Definition at line 81 of file sock.cpp.
Public Member Functions | |
s_data () | |
Public Attributes | |
bool | closed |
Idicates that connection has been closed (if this is true, data && len are undefined). | |
char * | data |
Data. | |
size_t | len |
Length of data. |
|
Definition at line 87 of file sock.cpp. References closed, data, and len.
|
|
Idicates that connection has been closed (if this is true, data && len are undefined).
Definition at line 82 of file sock.cpp. Referenced by s_data(), sock_send(), sock_send_cache(), and sock_unread(). |
|
Data.
Definition at line 85 of file sock.cpp. Referenced by s_data(), sock_send(), sock_send_cache(), and sock_unread(). |
|
Length of data.
Definition at line 84 of file sock.cpp. Referenced by s_data(), sock_send(), sock_send_cache(), and sock_unread(). |