Skip to content

Commit

Permalink
experiment 1
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed May 1, 2024
1 parent 59f800f commit a89ac75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions expander.c
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +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 @@ -1084,7 +1084,7 @@ bgpq_expand(struct bgpq_expander *b)
fd = -1;
continue;
}
*/

break;
}

Expand Down
2 changes: 1 addition & 1 deletion sx_maxsockbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sx_maxsockbuf(int s, int dir)
{
int optval = 0, voptval;
int hiconf = -1, loconf = -1;
unsigned int voptlen;
socklen_t voptlen;
int phase = 0, iterations = 0;

if (s < 0) {
Expand Down

0 comments on commit a89ac75

Please sign in to comment.