1
0
mirror of https://passt.top/passt synced 2025-04-01 20:04:15 +00:00
Stefano Brivio cd14bff5ea tcp: Add struct for TCP execution context, move hash_secret to it
We don't need to keep small data as static variables, move the only
small variable we have so far to the new struct.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
2021-03-17 10:57:41 +01:00
Description
passt implements a translation layer between a Layer-2 network interface and native Layer-4 sockets (TCP, UDP, ICMP/ICMPv6 echo) on a host. It doesn't require any capabilities or privileges, and it can be used as a simple replacement for Slirp.
13 MiB
Languages
C 80.9%
Shell 12.4%
Roff 5.1%
Makefile 1.6%