Compare commits
2 Commits
89cc2291c0
...
705e322e41
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
705e322e41 | ||
|
|
0f3754ce99 |
@@ -477,7 +477,7 @@ public class UDPClientPool
|
|||||||
int outstanding = sentCount - (found.HasValue ? found.Value : 0);
|
int outstanding = sentCount - (found.HasValue ? found.Value : 0);
|
||||||
|
|
||||||
// If outstanding >= 512 - batchSize, wait for some data to be received
|
// If outstanding >= 512 - batchSize, wait for some data to be received
|
||||||
if (outstanding >= 512 - batchSize)
|
if (outstanding >= 256 - batchSize)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user