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:
parent
2dd1452f25
commit
1878ae93fd
2 changed files with 21 additions and 2 deletions
2
CHANGES
2
CHANGES
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue