mirror of
https://repo.or.cz/socat.git
synced 2025-07-22 02:22:57 +00:00
recvmsg() fails after connect error: log as Info not Warn
This commit is contained in:
parent
30ace16174
commit
d95d62dbfb
2 changed files with 6 additions and 1 deletions
5
CHANGES
5
CHANGES
|
@ -1,4 +1,9 @@
|
|||
|
||||
Corrections:
|
||||
On connect() failure and in some other situations Socat tries to get
|
||||
detailled information about the error with recvmsg(). Error return of
|
||||
this function is now logged as Info instead of Warn.
|
||||
|
||||
Coding:
|
||||
New Environment variable SOCAT_TRANSFER_WAIT that Socat sleep before
|
||||
starting the data transfer loop. Useful, e.g., to accumulate multiple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue