uquic/integrationtests/self
Marten Seemann abfe1ef548
remove Config.MaxRetryTokenAge, set it to the handshake timeout (#4064)
There is no good reason to manually set the validity period for Retry
tokens. Retry tokens are only valid on a single connection during the
handshake, so it makes sense to limit their validity to the configured
handshake timeout.
2023-09-10 13:53:12 +07:00
..
benchmark_test.go clean up dial functions 2023-05-01 13:59:54 +02:00
cancelation_test.go implement the Transport 2023-05-02 15:56:48 +02:00
close_test.go implement the Transport 2023-05-02 15:56:48 +02:00
conn_id_test.go remove ConnectionIDLength and ConnectionIDGenerator from the Config 2023-05-02 15:56:49 +02:00
datagram_test.go add a context to Connection.ReceiveMessage (#3926) 2023-06-27 11:29:30 -07:00
deadline_test.go make Listener a struct, not an interface 2023-05-01 14:41:16 +02:00
drop_test.go make Listener a struct, not an interface 2023-05-01 14:41:16 +02:00
early_data_test.go implement the Transport 2023-05-02 15:56:48 +02:00
go119_test.go implement the Transport 2023-05-02 15:56:48 +02:00
go120_test.go implement the Transport 2023-05-02 15:56:48 +02:00
handshake_drop_test.go make Listener a struct, not an interface 2023-05-01 14:41:16 +02:00
handshake_rtt_test.go implement the Transport 2023-05-02 15:56:48 +02:00
handshake_test.go remove Config.MaxRetryTokenAge, set it to the handshake timeout (#4064) 2023-09-10 13:53:12 +07:00
hotswap_test.go http3: close the connection when closing the roundtripper (#3873) 2023-06-01 01:06:13 -07:00
http_test.go http3: automatically add content-length for small responses (#3989) 2023-08-20 20:31:22 -07:00
key_update_test.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
mitm_test.go remove OptimizeConn, add a Transport.WriteTo method instead (#3957) 2023-07-19 10:28:11 -07:00
multiplex_test.go add a method to retrieve non-QUIC packets from the Transport (#3992) 2023-08-19 01:19:17 -07:00
packetization_test.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
resumption_test.go ignore QUICConn.SendSessionTicket error if session tickets are disabled (#4030) 2023-08-15 19:53:41 -07:00
rtt_test.go make Listener a struct, not an interface 2023-05-01 14:41:16 +02:00
self_suite_test.go stop using math/rand.Seed and Read in tests, bump go.mod version to 1.20 (#3936) 2023-07-01 11:29:41 -07:00
stateless_reset_test.go stop using math/rand.Seed and Read in tests, bump go.mod version to 1.20 (#3936) 2023-07-01 11:29:41 -07:00
stream_test.go implement the Transport 2023-05-02 15:56:48 +02:00
timeout_test.go set the handshake timeout to twice the handshake idle timeout (#4063) 2023-09-09 06:12:37 -07:00
tracer_test.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
uni_stream_test.go implement the Transport 2023-05-02 15:56:48 +02:00
zero_rtt_oldgo_test.go integration tests: fix connection timeout in 0-RTT test (#4060) 2023-09-01 19:40:35 -07:00
zero_rtt_test.go integration tests: fix connection timeout in 0-RTT test (#4060) 2023-09-01 19:40:35 -07:00