FreeBSD Bugzilla – Attachment 127131 Details for
Bug 170917
net/udpxy on freebsd 9.0 allow only one client for each multicast stream
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 535 bytes, created by
Denis Zaika
on 2012-08-23 14:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Denis Zaika
Created:
2012-08-23 14:20:01 UTC
Size:
535 bytes
patch
obsolete
>--- ./netop.c.orig 2011-12-20 22:05:42.000000000 +0200 >+++ ./netop.c 2012-08-23 15:22:19.662474379 +0300 >@@ -215,10 +215,10 @@ > } > > >- rc = setsockopt( sockfd, SOL_SOCKET, SO_REUSEADDR, >+ rc = setsockopt( sockfd, SOL_SOCKET, SO_REUSEPORT, > &ON, sizeof(ON) ); > if( 0 != rc ) { >- mperror(g_flog, errno, "%s: setsockopt SO_REUSEADDR", >+ mperror(g_flog, errno, "%s: setsockopt SO_REUSEPORT", > __func__); > break; > }
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 170917
: 127131 |
127132
|
127133
|
127134