Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Feb 28, 2024
1 parent fad572a commit 6f4a7da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy/src/forwarder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ pub fn start_forwarder_threads(
let recycler: PacketBatchRecycler = Recycler::warmed(100, 1024);

// spawn a thread for each listen socket. linux kernel will load balance amongst shared sockets
info!("binding to {:?} src_port: {:?} num_threads: {:?}", src_addr, src_port, num_threads);
solana_net_utils::multi_bind_in_range(src_addr, (src_port, src_port + 1), num_threads)
.unwrap_or_else(|_| {
panic!("Failed to bind listener sockets. Check that port {src_port} is not in use.")
Expand Down

0 comments on commit 6f4a7da

Please sign in to comment.