File: README.markdown

package info (click to toggle)
tcpcrypt 0.3~rc1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,292 kB
  • ctags: 1,285
  • sloc: ansic: 11,305; asm: 482; sh: 192; objc: 149; makefile: 98
file content (17 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Tcpcrypt netstat
================

The `util/tcnetstat` program lists active tcpcrypt connections and their
session IDs.

With two HTTP connections open, the output looks like:

    $ test/tcnetstat -N
    Using 1 implementation
    Local address		Foreign address		SID
    128.12.13.14:59539   	171.66.3.211:80      	E0C4FA717D0B3C51E4E2A8EC70CA34ADFC91A260
    128.12.13.14:59540   	171.66.3.211:80      	EA22A7B8A9994AB151A865C5F5AC1309DD674D6C

There is currently a limit of approximately 100 active connections that can be
displayed by tcnetstat. This will be fixed soon and does not affect tcpcryptd.