FreeBSD Bugzilla – Attachment 197597 Details for
Bug 231274
net-p2p/libtorrent, net-p2p/rtorrent: Incoming connections broken since 0.13.7/0.9.7 update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libtorrent patch
lt_0.13.7_src_net_socket_fd_cc.patch (text/plain), 422 bytes, created by
Henry
on 2018-09-29 15:41:32 UTC
(
hide
)
Description:
libtorrent patch
Filename:
MIME Type:
Creator:
Henry
Created:
2018-09-29 15:41:32 UTC
Size:
422 bytes
patch
obsolete
>--- src/net/socket_fd.cc.orig 2018-06-07 06:24:51.000000000 +0200 >+++ src/net/socket_fd.cc 2018-09-23 01:03:41.416654000 +0200 >@@ -73,7 +73,7 @@ > if (m_ipv6_socket) > return setsockopt(m_fd, IPPROTO_IPV6, IPV6_TCLASS, &opt, sizeof(opt)) == 0; > else >- return setsockopt(m_fd, IPPROTO_IP, IP_TOS, &opt, sizeof(opt)) == 0; >+ return setsockopt(m_fd, IPPROTO_IPV6, IPV6_TCLASS, &opt, sizeof(opt)) == 0; > } > > bool
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231274
:
197597
|
197598
|
199065
|
199066