diff --git a/src/runtime/setup.rs b/src/runtime/setup.rs index b3967f13704811370ed5a7dc8dd174a962cd7228..476bdb1ca51f259bf91cbcf905ff6edcc70109d4 100644 --- a/src/runtime/setup.rs +++ b/src/runtime/setup.rs @@ -511,9 +511,8 @@ fn new_endpoint_manager( UdpEndpointExt { sock, outgoing_payloads: Default::default(), - incoming_round_spec_var: None, + received_this_round: false, getter_for_incoming, - incoming_payloads: Default::default(), } }) .collect();