We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2eca1 commit 5de272fCopy full SHA for 5de272f
src/applications/model/bulk-send-application.cc
@@ -202,7 +202,7 @@ void BulkSendApplication::SendData (void)
202
}
203
// We exit this loop when actual < toSend as the send side
204
// buffer is full. The "DataSent" callback will pop when
205
- // some buffer space has freed ip.
+ // some buffer space has freed up.
206
if ((unsigned)actual != toSend)
207
{
208
break;
0 commit comments