mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
udp: config: rename ring_entries to ring_size
This commit is contained in:
parent
0f333d4755
commit
63c705fd17
2 changed files with 3 additions and 3 deletions
|
|
@ -93,7 +93,7 @@ impl SocketWorker {
|
|||
response_receiver: Receiver<(ConnectedResponse, CanonicalSocketAddr)>,
|
||||
priv_dropper: PrivilegeDropper,
|
||||
) {
|
||||
let ring_entries = config.network.ring_entries.next_power_of_two();
|
||||
let ring_entries = config.network.ring_size.next_power_of_two();
|
||||
// Try to fill up the ring with send requests
|
||||
let send_buffer_entries = ring_entries;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue