1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-22 02:22:57 +00:00

socat-tun.html: not TCP but UDP

This commit is contained in:
Gerhard Rieger 2023-06-12 20:51:16 +02:00
parent 5033ec1ffd
commit 2bd2a04151
2 changed files with 6 additions and 2 deletions

View file

@ -71,6 +71,10 @@ Porting:
Small correction in configure.ac makes Socat C99 able.
Thanks to Florian Weimer from Red Hat for provinding a patch.
Documentation:
socat-tun.html described TCP as tunnel medium but this does not keep
packet boundaries. Changed to UDP.
Testing:
Idea: EXEC,SYSTEM addresses can keep packet boundaries when option
socktype=<val-of-SOCK_DGRAM>