mirror of
https://repo.or.cz/socat.git
synced 2025-07-22 02:22:57 +00:00
Corrections for better 32bit systems support, and some minor fixes
This commit is contained in:
parent
de1ed21026
commit
c9ff62744f
15 changed files with 79 additions and 50 deletions
4
CHANGES
4
CHANGES
|
@ -103,7 +103,7 @@ Features:
|
|||
application to the getaddrinfo() function, when this flag is set while
|
||||
no IP version is preferred by build, environment, option, or address
|
||||
type, Socat chooses IPv6 because this might activate both versions (but
|
||||
confirm option ipv6-v6only).
|
||||
check option ipv6-v6only).
|
||||
Added option ai-passive to control this flag explicitely.
|
||||
|
||||
New option ai-v4mapped (v4mapped) sets or unsets the AI_V4MAPPED flag
|
||||
|
@ -298,6 +298,8 @@ Porting:
|
|||
_FILE_OFFSET_BITS and _LARGE_FILES.
|
||||
Thanks to Fergus Dall for sending a patch.
|
||||
|
||||
Some corrections for better 32bit systems support.
|
||||
|
||||
Testing:
|
||||
Removed obselete parts from test.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue