You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
72c8348 udp: handle udp requests concurrently (Cameron Garnham)
Pull request description:
Extracted from #557
Upgrades the udp implementation to handle requests concurrently, no timeout is needed as udp is non-blocking.
Hard-coded limit of 50 concurrent requests. With trivial changes can make this limit configurable, however I don't think that it would really be much benefit for it, the main concern is memory usage, and since udp is no blocking each request should return very quickly, could set to 5000 and it should still be fine.
ACKs for top commit:
josecelano:
ACK 72c8348
Tree-SHA512: 83c4d893d5a88a59655942dcafceed25ca3b620a73fbd70d43ade4684394348c170dbfa427dfb236bcb7a8175e307547c894ec79d3c0b992441e8aa1490885b8
0 commit comments