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