mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 17:32:57 +00:00
Implementation of DCCP socket addresses
This commit is contained in:
parent
fc21e154b9
commit
a846b94e6c
17 changed files with 330 additions and 28 deletions
9
CHANGES
9
CHANGES
|
@ -170,6 +170,15 @@ Features:
|
|||
than pipe buffer. Socat now tries to detect if transfer block size is
|
||||
large enough and issues a warning.
|
||||
|
||||
Added direct support of DCCP protocol, new addresses:
|
||||
DCCP-CONNECT (DCCP)
|
||||
DCCP-LISTEN (DCCP-L)
|
||||
DCCP4-CONNECT (DCCP4)
|
||||
DCCP4-LISTEN (DCCP4-L)
|
||||
DCCP6-CONNECT (DCCP6)
|
||||
DCCP6-LISTEN (DCCP6-L)
|
||||
New option: dccp-set-ccid (ccid)
|
||||
|
||||
Corrections:
|
||||
When a sub process (EXEC, SYSTEM) terminated with exit code other than
|
||||
0, its last sent data might have been lost depending on timing of read/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue