FreeBSD Bugzilla – Attachment 33083 Details for
Bug 54354
Bug in inetd connection rate control
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 353 bytes, created by
Jose Marcio Martins da Cruz
on 2003-07-11 06:40:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jose Marcio Martins da Cruz
Created:
2003-07-11 06:40:15 UTC
Size:
353 bytes
patch
obsolete
>--- inetd.c.org 2003-07-07 12:37:55.987790000 +0200 >+++ inetd.c 2003-07-07 12:39:19.990674000 +0200 >@@ -2338,7 +2338,7 @@ > cnt += ct->ct_Count; > } > } >- if (cnt * (CHTSIZE * CHTGRAN) / 60 > sep->se_maxcpm) { >+ if ((cnt * 60) / (CHTSIZE * CHTGRAN) > sep->se_maxcpm) { > char pname[INET6_ADDRSTRLEN]; > > getnameinfo((struct sockaddr *)&rss,
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 54354
: 33083