Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157084283
D28610.id83758.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
796 B
Referenced Files
None
Subscribers
None
D28610.id83758.diff
View Options
Index: crypto/openssh/sshd.c
===================================================================
--- crypto/openssh/sshd.c
+++ crypto/openssh/sshd.c
@@ -1056,8 +1056,6 @@
int ret, listen_sock;
struct addrinfo *ai;
char ntop[NI_MAXHOST], strport[NI_MAXSERV];
- int socksize;
- socklen_t len;
for (ai = la->addrs; ai; ai = ai->ai_next) {
if (ai->ai_family != AF_INET && ai->ai_family != AF_INET6)
@@ -1103,10 +1101,6 @@
debug("Bind to port %s on %s.", strport, ntop);
- len = sizeof(socksize);
- getsockopt(listen_sock, SOL_SOCKET, SO_RCVBUF, &socksize, &len);
- debug("Server TCP RWIN socket size: %d", socksize);
-
/* Bind the socket to the desired port. */
if (bind(listen_sock, ai->ai_addr, ai->ai_addrlen) < 0) {
error("Bind to port %s on %s failed: %.200s.",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 8:35 AM (7 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33302776
Default Alt Text
D28610.id83758.diff (796 B)
Attached To
Mode
D28610: ssh: remove ssh-hpn leftovers
Attached
Detach File
Event Timeline
Log In to Comment