tcp-info-sys
A library to get TCP_INFO from the kernel for a TCP socket. Provide the binding of TCP_INFO struct and a safe interface to get it from kernel with socket file descriptor.
Examples
More detailed explanation can be found in documentation.
use *;
use TcpStream;
use AsRawFd;
use get_tcp_info;
Maintainer
How to contribute
You should follow our Code of Conduct.
See CONTRIBUTING GUIDELINES for contributing conventions.
Make sure to pass all the tests before submitting your code.
Contributors
LICENSE
Apache-2.0 © BobAnkh