mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
Do not fiddle with the socket buffer size
This commit is contained in:
@@ -1074,6 +1074,7 @@ bgpq_expand(struct bgpq_expander *b)
|
||||
fd = -1;
|
||||
continue;
|
||||
}
|
||||
/*
|
||||
err = sx_maxsockbuf(fd, SO_SNDBUF);
|
||||
if (err > 0) {
|
||||
SX_DEBUG(debug_expander, "Acquired sendbuf of %i "
|
||||
@@ -1083,6 +1084,7 @@ bgpq_expand(struct bgpq_expander *b)
|
||||
fd = -1;
|
||||
continue;
|
||||
}
|
||||
*/
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user