• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D15-Jul-201629 65

README.markdownH A D15-Jul-2016607 1812

tcnetstat.cH A D15-Jul-20161.7 KiB8063

tcnetstat.manH A D15-Jul-2016851 2726

tcnetstat.man.mdH A D15-Jul-2016762 2917

tcs.cH A D15-Jul-20166 KiB389296

README.markdown

1Tcpcrypt netstat
2================
3
4The `util/tcnetstat` program lists active tcpcrypt connections and their
5session IDs.
6
7With two HTTP connections open, the output looks like:
8
9    $ test/tcnetstat -N
10    Using 1 implementation
11    Local address		Foreign address		SID
12    128.12.13.14:59539   	171.66.3.211:80      	E0C4FA717D0B3C51E4E2A8EC70CA34ADFC91A260
13    128.12.13.14:59540   	171.66.3.211:80      	EA22A7B8A9994AB151A865C5F5AC1309DD674D6C
14
15There is currently a limit of approximately 100 active connections that can be
16displayed by tcnetstat. This will be fixed soon and does not affect tcpcryptd.
17
18