We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce1b4c commit 000afb7Copy full SHA for 000afb7
src/disco/net/sock/fd_sock_tile.c
@@ -209,9 +209,10 @@ privileged_init( fd_topo_t * topo,
209
DST_PROTO_SHRED, /* shred_listen_port (turbine) */
210
DST_PROTO_GOSSIP, /* gossip_listen_port */
211
DST_PROTO_REPAIR, /* shred_listen_port (repair) */
212
- DST_PROTO_REPAIR /* repair_serve_listen_port */
+ DST_PROTO_REPAIR, /* repair_serve_listen_port */
213
+ DST_PROTO_SEND /* send_src_port */
214
};
- for( uint candidate_idx=0U; candidate_idx<6; candidate_idx++ ) {
215
+ for( uint candidate_idx=0U; candidate_idx<7; candidate_idx++ ) {
216
if( !udp_port_candidates[ candidate_idx ] ) continue;
217
uint sock_idx = ctx->sock_cnt;
218
if( candidate_idx>FD_SOCK_TILE_MAX_SOCKETS ) FD_LOG_ERR(( "too many sockets" ));
0 commit comments