mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 14:43:24 +00:00
UDP-Lite (UDPlite) support
This commit is contained in:
parent
a846b94e6c
commit
2cfc39e9e5
21 changed files with 833 additions and 71 deletions
1
xio-ip.c
1
xio-ip.c
|
@ -255,6 +255,7 @@ int xiogetaddrinfo(const char *node, const char *service,
|
|||
free(numnode);
|
||||
return STAT_NORETRY;
|
||||
}
|
||||
/* Probably unsupported protocol (e.g. UDP-Lite), fallback to 0 */
|
||||
hints.ai_protocol = 0;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue