Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrod committed Apr 24, 2024
1 parent d7ff60f commit 6f5ea0f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions streamer/src/nonblocking/quic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,19 +333,13 @@ fn handle_and_cache_new_connection(
params.total_stake,
) as u64)
{
<<<<<<< HEAD
connection.set_max_concurrent_uni_streams(max_uni_streams);
let receive_window = compute_recieve_window(
params.max_stake,
params.min_stake,
connection_table_l.peer_type,
params.stake,
);
=======
let remote_addr = connection.remote_address();
let receive_window =
compute_recieve_window(params.max_stake, params.min_stake, params.peer_type);
>>>>>>> 2770424782 (quic: delay calling set_max_concurrent_uni_streams/set_receive_window (#904))

debug!(
"Peer type: {:?}, stake {}, total stake {}, max streams {} receive_window {:?} from peer {}",
Expand Down

0 comments on commit 6f5ea0f

Please sign in to comment.