A datagram socket is connectionless and sends unreliable messages. This means UDP when used with SocketDomain.IPV4/SocketDomain.IPV6. SocketDomain.LOCAL is not compatible with DGRAM
A streaming socket sends reliable messages over a two-way connection. This means TCP when used with SocketDomain.IPV4/SocketDomain.IPV6, and Unix domain sockets when used with
Generated using TypeDoc
A datagram socket is connectionless and sends unreliable messages. This means UDP when used with SocketDomain.IPV4/SocketDomain.IPV6. SocketDomain.LOCAL is not compatible with DGRAM