mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-11 04:31:37 +01:00
+- IPv6 fixes for IP_OPTIONS (disables under IPv6, i mean .. IRC multicast.
+ WTF?)
This commit is contained in:
parent
cca85ebe57
commit
44a48a2dc0
2 changed files with 3 additions and 1 deletions
2
Changes
2
Changes
|
@ -897,3 +897,5 @@ seen. gmtime warning still there
|
|||
- Fixed a bug where the win32 help dialog links were plain text
|
||||
- IPv6 fixes to Inet_si2p & Inet_si2pB
|
||||
- IPv6 fixes to make dual ipv4/ipv6 work
|
||||
- IPv6 fixes for IP_OPTIONS (disables under IPv6, i mean .. IRC multicast.
|
||||
WTF?)
|
||||
|
|
|
@ -1032,7 +1032,7 @@ void set_sock_opts(fd, cptr)
|
|||
sizeof(opt)) < 0)
|
||||
report_error("setsockopt(SO_SNDBUF) %s:%s", cptr);
|
||||
#endif
|
||||
#if defined(IP_OPTIONS) && defined(IPPROTO_IP) && !defined(_WIN32)
|
||||
#if defined(IP_OPTIONS) && defined(IPPROTO_IP) && !defined(_WIN32) && !defined(INET6)
|
||||
{
|
||||
char *s = readbuf, *t = readbuf + sizeof(readbuf) / 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue