mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 17:32:57 +00:00
xioopen() checks r/w mode of addresses
This commit is contained in:
parent
7b66b53f93
commit
e1aadc577d
9 changed files with 82 additions and 62 deletions
4
CHANGES
4
CHANGES
|
@ -156,6 +156,10 @@ Corrections:
|
|||
INTERFACE addresses did not accept options of INTERFACE group (for
|
||||
historical reasons they were only available with TUN addresses).
|
||||
|
||||
Opening addresses did not check if they support all directions expected
|
||||
by Socat. Now an error is printed when, e.g,, a read-only type address
|
||||
is opened for writing.
|
||||
|
||||
Coding:
|
||||
Introduced groups_t instead of uint32_t, for more flexibility.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue