#include <eg_net.h>
Definition at line 112 of file eg_net.h.
Data Fields | |
| int | f_fd |
| unsigned short | port |
| int | s_fd |
|
|
store the file descriptor used to read/write, note that if the socket is on the server side and is active, these two fd will be differents, but if it is on the client side both fd will be the same. |
|
|
store the port of the connection. |
|
|
store the file descriptor asociated to the socket |
1.4.5