libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
tcp.hxx
1#pragma once
2
3// Linux
4#include <netinet/tcp.h>
5
6namespace cosmos {
7
9struct TCPInfo :
10 public tcp_info {
11
12};
13
14}; // end ns
This structure provides detailed information about TCP socket state.
Definition tcp.hxx:10