Before we do anything the ping deadline is infinite
authorMatt Caswell <matt@openssl.org>
Tue, 13 Jun 2023 12:12:08 +0000 (13:12 +0100)
committerPauli <pauli@openssl.org>
Tue, 27 Jun 2023 23:53:22 +0000 (09:53 +1000)
commit27195689a8e123be356209d90000f49def13a0b9
tree59f219d7ecd311eb2daea33ae8ce96bc90646a99
parentfb4a2bba7115d1d1d5ac0ab8829e9659199ef77d
Before we do anything the ping deadline is infinite

Needed for tserver so that it the deadline isn't immediate before we've
accepted a connection.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21204)
ssl/quic/quic_channel.c