SocketType
Description:
public enum SocketType
Flags used when creating a Socket.
Some protocols may not implement all the socket types.
Content:
Enum values:
- INVALID - Type unknown or wrong
- STREAM - Reliable connection-based byte
streams (e.
- DATAGRAM - Connectionless, unreliable
datagram passing.
- SEQPACKET - Reliable connection-based
passing of datagrams of fixed maximum length (e.