Gaukas Wang
|
95575f5fe7
|
break: update repo url [ci skip]
uTLS is not yet bumped to the new version, so this commit breaks the dependencies relationship by getting rid of the local replace.
|
2023-08-03 18:58:52 -06:00 |
|
Marten Seemann
|
8189e75be6
|
implement the Transport
|
2023-05-02 15:56:48 +02:00 |
|
Marten Seemann
|
58cedf7a4f
|
rename module, adjust import paths to quic-go/quic-go (#3680)
|
2023-01-21 19:53:57 -08:00 |
|
Marten Seemann
|
8d496ebb5e
|
introduce a type for the stateless reset key (#3621)
|
2022-11-16 14:11:25 -08:00 |
|
Marten Seemann
|
4b17343631
|
rename the session to connection
|
2022-03-27 12:50:14 +01:00 |
|
Marten Seemann
|
a65274942c
|
use a mock net.PacketConn in tests
|
2020-09-27 15:13:07 +07:00 |
|
Marten Seemann
|
ea3d32394d
|
read the ECN bits
|
2020-09-15 10:51:22 +07:00 |
|
Marten Seemann
|
2f63bc0731
|
pass a logging.Tracer to the packet handler map
|
2020-07-15 20:45:36 +07:00 |
|
chengxuncc
|
8388b8ea3a
|
add network to multiplexer index
only use laddr for multiplexer index could conflict with other protocols that not UDP
|
2019-10-01 09:33:05 +08:00 |
|
Marten Seemann
|
81be522bf3
|
identify connections by their local addr when adding to the multiplexer
|
2019-09-04 06:39:27 +07:00 |
|
Marten Seemann
|
94046cdb4b
|
implement sending of stateless resets
|
2019-03-08 18:10:15 +09:00 |
|
Jan Rüth
|
1a0aa50471
|
delete unused connections from the multiplexer
|
2019-01-14 11:33:14 +07:00 |
|
Marten Seemann
|
ad5a3e2fa0
|
also use the multiplexer for the server
|
2018-08-08 10:03:22 +07:00 |
|
Marten Seemann
|
c8d20e86d7
|
move listening from the multiplexer to the packet handler map
|
2018-08-08 10:03:20 +07:00 |
|
Marten Seemann
|
7e2adfe19d
|
rename the clientMultiplexer to connMultiplexer
|
2018-08-08 09:49:49 +07:00 |
|