Skip to content

Commit

Permalink
Merge branch 'master' of github.com:litespeedtech/lsquic
Browse files Browse the repository at this point in the history
  • Loading branch information
gwanglst committed Jan 11, 2022
2 parents 6ff1e9b + d190ae8 commit f9e1c11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/liblsquic/lsquic_mini_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1853,8 +1853,10 @@ mini_conn_ci_packet_in (struct lsquic_conn *lconn,
process_deferred_packets(mc);
}
else
LSQ_DEBUG("won't defer more than %u packets: drop",
MINI_CONN_MAX_DEFERRED);
{
process_packet(mc, packet_in);
process_deferred_packets(mc);
}
}


Expand Down

0 comments on commit f9e1c11

Please sign in to comment.