You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spawn a short lived fd_quic instance, a fake connection, modify the conn state so it's about to send a PING
Call fd_quic_conn_tx and check if the generated packet contains a ping
Call it again, and verify that it doesn't send anything anymore (regression test against infinite spam)
Trigger pkt meta retry, and verify that it re-queues the send
Trigger ack, and verify flags look sane
Need to add a conformance test to ensure PING is working correctly
The text was updated successfully, but these errors were encountered: