Skip to content

Commit

Permalink
Do not fiddle with the socket buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed May 1, 2024
1 parent 6c8bb87 commit 59f800f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions expander.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand All @@ -1083,6 +1084,7 @@ bgpq_expand(struct bgpq_expander *b)
fd = -1;
continue;
}
*/
break;
}

Expand Down

0 comments on commit 59f800f

Please sign in to comment.