Marten Seemann
|
89417ab5ca
|
simplify the connection, rename it to sendConn
|
2020-08-09 19:24:04 +07: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
|
5e01c49fdf
|
send Version Negotiation packets in a separate Go routine
|
2018-11-27 17:19:21 +07:00 |
|
Marten Seemann
|
25a6dc9654
|
implement stateless handling of Initial packets for the TLS server
|
2017-12-08 08:45:54 +07:00 |
|
Marten Seemann
|
34b688b3b9
|
add a LocalAddr to the Session
|
2017-03-10 00:07:27 +07:00 |
|
Marten Seemann
|
8247454b0f
|
correctly handle connection errors in the client
|
2017-02-22 23:03:09 +07:00 |
|
Marten Seemann
|
d61c0eb85d
|
add a Write and a Close method to the connection interface
|
2017-02-22 23:03:08 +07:00 |
|
Marten Seemann
|
5029ab0934
|
implement a quic.Listener, privatize the Server
|
2017-02-22 23:03:07 +07:00 |
|
Marten Seemann
|
e924f0ecb3
|
use the net.PacketConn everywhere in the server
|
2017-02-22 23:03:07 +07:00 |
|
Marten Seemann
|
5b42675da2
|
use a net.PacketConn instead of a net.UDPConn in Server and Session
|
2017-02-22 23:03:07 +07:00 |
|