mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
udp: reuse response channel mem, add backpressure, faster peer extract
This commit is contained in:
parent
0e12dd1b13
commit
0c4140165b
15 changed files with 666 additions and 522 deletions
|
|
@ -14,6 +14,14 @@
|
|||
|
||||
* Add support for reporting peer client information
|
||||
|
||||
#### Changed
|
||||
|
||||
* Remove support for unbounded worker channels
|
||||
* Add backpressure in socket workers. They will postpone reading from the
|
||||
socket if sending a request to a swarm worker failed
|
||||
* Reuse allocations in swarm response channel
|
||||
* Remove config key `network.poll_event_capacity`
|
||||
|
||||
### aquatic_http
|
||||
|
||||
#### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue