A network tunnel (pair of sockets)
More...
|
pid_t | pid |
| Process ID of tunnel program.
|
|
int | fd_read |
| File descriptor to read from.
|
|
int | fd_write |
| File descriptor to write to.
|
|
A network tunnel (pair of sockets)
Definition at line 49 of file tunnel.c.
◆ pid
pid_t TunnelSockData::pid |
Process ID of tunnel program.
Definition at line 51 of file tunnel.c.
◆ fd_read
int TunnelSockData::fd_read |
File descriptor to read from.
Definition at line 52 of file tunnel.c.
◆ fd_write
int TunnelSockData::fd_write |
File descriptor to write to.
Definition at line 53 of file tunnel.c.
The documentation for this struct was generated from the following file: