Do not fiddle with the socket buffer size

This commit is contained in:
Job Snijders
2024-05-01 11:20:41 +00:00
parent 6c8bb871c0
commit 59f800f31f

View File

@@ -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;
}