SocketStream (class) | ||
Constructors: |
SocketStream(void); SocketStream(int sd); SocketStream(ENetwork Network); SocketStream(SocketStream& sock); | |
General Description: | Streaming (SOCK_STREAM) socket. | |
Parent Class: | Socket | |
Methods | ||
int GetMaxSegmentSize(void); | ||
void SetMaxSegmentSize(short Bytes); | Get/set the segment size (MSS). | |
void DontDelay(bool Setting); | Enable/disable Nagle algorithm. | |
Exceptions Thrown | ||
NetConfigException | ||