open fun createDatagramSocket(options: DatagramSocketOptions): DatagramSocket
Create a datagram socket using the specified options
Return
the socket
open fun createDatagramSocket(): DatagramSocket
Create a datagram socket using default options
Return
the socket