Bugzilla – Attachment 2873 Details for
Bug 2613
Log connections dropped when MaxStartups is reached
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Log dropped connections
maxstartups-log_dropped.patch.txt (text/plain), 347 bytes, created by
Tomas Kuthan
on 2016-09-10 00:54:55 AEST
(
hide
)
Description:
Log dropped connections
Filename:
MIME Type:
Creator:
Tomas Kuthan
Created:
2016-09-10 00:54:55 AEST
Size:
347 bytes
patch
obsolete
>diff -pur old/sshd.c new/sshd.c >--- old/sshd.c >+++ new/sshd.c >@@ -1419,7 +1419,8 @@ server_accept_loop(int *sock_in, int *so > continue; > } > if (drop_connection(startups) == 1) { >- debug("drop connection #%d", startups); >+ logit("MaxStartups: dropping connection #%d", >+ startups); > close(*newsock); > continue; > }
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 2613
:
2873
|
2907