NeoMutt  2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
TunnelSockData Struct Reference

A network tunnel (pair of sockets). More...

Data Fields

pid_t pid
 Process ID of tunnel program.
int fd_read
 File descriptor to read from.
int fd_write
 File descriptor to write to.

Detailed Description

A network tunnel (pair of sockets).

Definition at line 48 of file tunnel.c.

Field Documentation

◆ pid

pid_t TunnelSockData::pid

Process ID of tunnel program.

Definition at line 50 of file tunnel.c.

◆ fd_read

int TunnelSockData::fd_read

File descriptor to read from.

Definition at line 51 of file tunnel.c.

◆ fd_write

int TunnelSockData::fd_write

File descriptor to write to.

Definition at line 52 of file tunnel.c.


The documentation for this struct was generated from the following file: