Skip to content

Commit

Permalink
fix: a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SOELTH authored and mmcgee-jump committed Nov 7, 2023
1 parent 6a5ba81 commit da2ac7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/disco/mux/fd_mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct __attribute__((aligned(64))) fd_mux_tile_in {
ulong seq; /* sequence number of next frag expected from the upstream producer,
updated when frag from this in is published / filtered */
fd_frag_meta_t const * mline; /* == mcache + fd_mcache_line_idx( seq, depth ), location to poll next */
ulong * fseq; /* local join to the fseq used to return flow control credits the in */
ulong * fseq; /* local join to the fseq used to return flow control credits to the in */
uint accum[6]; /* local diagnostic accumualtors. These are drained during in housekeeping. */
/* Assumes FD_FSEQ_DIAG_{PUB_CNT,PUB_SZ,FILT_CNT,FILT_SZ,OVRNP_CNT,OVRNR_CONT} are 0:5 */
};
Expand Down
2 changes: 1 addition & 1 deletion src/tango/quic/fd_quic.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ struct __attribute__((aligned(16UL))) fd_quic_config {
ushort lo;
ushort hi;
/* we need an ephemeral UDP port range for at least two reasons:
1. Some nextwork hardware assumes src_ip:src_port:dst_ip:dst_port is a unique connection
1. Some network hardware assumes src_ip:src_port:dst_ip:dst_port is a unique connection
2. For receive-side scaling, the server will be using the source port for load balancing */
} ephem_udp_port;

Expand Down

0 comments on commit da2ac7d

Please sign in to comment.