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

UDP-LISTEN need not sleep

This commit is contained in:
Gerhard Rieger 2011-11-26 14:09:02 +01:00
parent a593b09df6
commit 6cefd1941e
2 changed files with 4 additions and 2 deletions

View file

@ -53,6 +53,9 @@ corrections:
Fixed by providing temporary DH parameters. Thanks to Philip Rowlands
for drawing my attention to this issue.
UDP-LISTEN slept 1s after accepting a connection. This is not required.
Thanks to Peter Valdemar Morch for reporting this issue
porting:
Cedril Priscal ported socat to Android (using Googles cross compiler).
The port includes the socat_buildscript_for_android.sh script