1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-28 10:28:43 +00:00

writefull() respects total inactivity timeout

This commit is contained in:
Gerhard Rieger 2025-01-10 19:41:34 +01:00
parent 1878ae93fd
commit 1154e69d3e
12 changed files with 31 additions and 15 deletions

View file

@ -22,6 +22,9 @@ Corrections:
On partial write to not poll with sleep() but use select()/poll().
Partial write situations respect total inactivity timeout when
nonblocking.
Building:
Disabling certain features during configure could break build process.
@ -39,6 +42,7 @@ Testing:
SOCKS5 addresses are no longer experimental.
Tests: SOCKS5CONNECT_TCP4 SOCKS5LISTEN_TCP4
####################### V 1.8.0.2:
Security: