FreeBSD Bugzilla – Attachment 152386 Details for
Bug 197204
net-mgmt/nagios4: Fix for number of workers and CPU load in nagios-4.0.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-lib__nsock.c
patch-lib__nsock.c (text/plain), 271 bytes, created by
Rudolf Čejka
on 2015-01-30 18:35:13 UTC
(
hide
)
Description:
patch-lib__nsock.c
Filename:
MIME Type:
Creator:
Rudolf Čejka
Created:
2015-01-30 18:35:13 UTC
Size:
271 bytes
patch
obsolete
>--- lib/nsock.c.orig 2015-01-30 15:05:56.000000000 +0100 >+++ lib/nsock.c 2015-01-30 15:06:07.000000000 +0100 >@@ -81,7 +81,7 @@ > if(flags & NSOCK_UDP) > return sock; > >- if(listen(sock, 3) < 0) { >+ if(listen(sock, 48) < 0) { > close(sock); > return NSOCK_ELISTEN; > }
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 197204
:
152385
| 152386 |
152387