Skip to content

Commit

Permalink
udp: hang on close after sending too large
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Dec 7, 2024
1 parent 8880e07 commit 9c0b9d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sp/transport/udp/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,7 @@ udp_pipe_send(void *arg, nni_aio *aio)
// floor. this is on the sender, so there isn't a compelling
// need to disconnect the pipe, since it we're not being
// "ill-behaved" to our peer.
nni_aio_finish(aio, 0, count);
nni_stat_inc(&ep->st_snd_toobig, 1);
nni_msg_free(msg);
return;
Expand Down

0 comments on commit 9c0b9d6

Please sign in to comment.