modemu2k
Library that provides telnet capability to a comm program
|
Data Fields | |
int | fd |
int | alive |
struct addrinfo * | rp |
int st_sock::alive |
is the socket still alive
int st_sock::fd |
file descriptor returned by socket(3P)
struct addrinfo* st_sock::rp |
pointer to the addrinfo struct returned by getaddrinfo(3)