24 #ifndef __NETCOMM_SOCKET_STREAM_H_
25 #define __NETCOMM_SOCKET_STREAM_H_
27 #include <netcomm/socket/socket.h>
StreamSocket(float timeout=0.f)
Constructor.
Fawkes library namespace.
TCP stream socket over IP.
virtual Socket * clone()
Clone socket.
bool nodelay()
Check if Nalge algorithm is disabled.
float timeout
Timeout in seconds for various operations.
void set_nodelay(bool no_delay)
Enable or disable Nagle algorithm.