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

writefull() uses select()/poll() instead of sleep based polling

This commit is contained in:
Gerhard Rieger 2025-01-09 12:35:51 +01:00
parent 2dd1452f25
commit 1878ae93fd
2 changed files with 21 additions and 2 deletions

View file

@ -20,6 +20,8 @@ Corrections:
Do not log simple successful write with NOTICE level.
On partial write to not poll with sleep() but use select()/poll().
Building:
Disabling certain features during configure could break build process.