Skip to content

Commit

Permalink
[!] fix annotation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kulsk committed May 14, 2024
1 parent 5702868 commit 0d89d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xquic/xquic.h
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ typedef struct xqc_conn_settings_s {
xqc_msec_t init_idle_time_out; /* initial idle timeout interval, effective before handshake completion */
xqc_msec_t idle_time_out; /* idle timeout interval, effective after handshake completion */
int32_t spurious_loss_detect_on;
uint32_t anti_amplification_limit; /* limit of anti-amplification, default 3 */
uint32_t anti_amplification_limit; /* limit of anti-amplification, default 5 */
uint64_t keyupdate_pkt_threshold; /* packet limit of a single 1-rtt key, 0 for unlimited */
size_t max_pkt_out_size;

Expand Down

0 comments on commit 0d89d7d

Please sign in to comment.