uquic/integrationtests/self
Marten Seemann a347d664e2
remove OptimizeConn, add a Transport.WriteTo method instead (#3957)
* remove OptimizeConn, add a Transport.WriteTo method instead

* fix race condition in Transport.WriteTo
2023-07-19 10:28:11 -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 use the new crypto/tls QUIC Transport (#3860) 2023-07-01 11:15:00 -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 drop support for draft-29 (#3903) 2023-06-21 04:06:44 -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 change how the multiplex test is skipped on Linux (#3817) 2023-05-11 22:14:46 -07:00
packetization_test.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
resumption_test.go use the new crypto/tls QUIC Transport (#3860) 2023-07-01 11:15:00 -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 respect minimum idle timeout of 3 PTOs (#3909) 2023-06-20 01:47:29 -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 use the new crypto/tls QUIC Transport (#3860) 2023-07-01 11:15:00 -07:00
zero_rtt_test.go use the new crypto/tls QUIC Transport (#3860) 2023-07-01 11:15:00 -07:00