mirror of
https://repo.or.cz/socat.git
synced 2025-07-22 02:22:57 +00:00
Corrected VSOCK CID query; minor VSOCK features
This commit is contained in:
parent
b05b360320
commit
10a741eb60
6 changed files with 88 additions and 21 deletions
10
CHANGES
10
CHANGES
|
@ -18,7 +18,7 @@ Corrections:
|
|||
|
||||
Filan: Corrected some syntax error messages
|
||||
|
||||
Filan: Fixed a bug introduces in 1.7.4.4 that broke displaying
|
||||
Filan: Fixed a bug introduced in 1.7.4.4 that broke displaying
|
||||
TCP/UDP on options -s, -S
|
||||
Test: FILAN_SHORT_TCP
|
||||
|
||||
|
@ -28,6 +28,14 @@ Corrections:
|
|||
Filan: Fixed diag_set() call in filan_main.c, bug popped up with C23.
|
||||
Thanks to Cristian Rodríguez from openSUSE for reporting this issue.
|
||||
|
||||
Querying the vsock Context Identifier (CID) requires an FD from opening
|
||||
/dev/vsock.
|
||||
Thanks to Volker Simonis for sending a patch.
|
||||
|
||||
Features:
|
||||
VSOCK, VSOCK-L support options pf, socktype, prototype (currently
|
||||
useless)
|
||||
|
||||
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