diff options
Diffstat (limited to 'src/sp')
| -rw-r--r-- | src/sp/transport/udp/udp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp/transport/udp/udp.c b/src/sp/transport/udp/udp.c index 298393a2..9a00974a 100644 --- a/src/sp/transport/udp/udp.c +++ b/src/sp/transport/udp/udp.c @@ -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; |
