Marten Seemann
|
b40942d39e
|
send stream counts, not stream IDs, in the transport parameters
|
2018-03-16 17:41:21 +00:00 |
|
Marten Seemann
|
a9797d9341
|
run structcheck in gometalinter
|
2018-02-23 22:39:08 +08:00 |
|
Marten Seemann
|
11af98e338
|
run misspell in gometalinter
|
2018-02-23 22:39:08 +08:00 |
|
Marten Seemann
|
548916e902
|
run gometalinter with go vet
|
2018-02-23 22:39:08 +08:00 |
|
Marten Seemann
|
58b20c6009
|
make the number of incoming streams configurable, for IETF QUIC
|
2018-02-23 22:15:31 +08:00 |
|
Marten Seemann
|
a4bc7362e0
|
fix IETF Version Negotiation Packet, it doesn't have a packet number
|
2018-02-23 14:20:47 +08:00 |
|
Marten Seemann
|
51b6ff0af5
|
only accept one TLS sessions for the same connection ID
|
2018-02-06 12:44:06 +08:00 |
|
Marten Seemann
|
8e332c2e13
|
implement sending of MAX_STREAM_ID frames
We can now impose a limit on the number of stream for IETF QUIC, and
advertise that in the transport parameters during the handshake.
|
2018-02-06 08:32:16 +08:00 |
|
Marten Seemann
|
cd4bcda458
|
read and write the stream id limits sent in the TLS handshake
|
2018-02-06 08:30:57 +08:00 |
|
Marten Seemann
|
1cc209e4fb
|
update mint, and adapt to the new use of the extension handler
|
2018-02-02 08:18:29 +08:00 |
|
Marten Seemann
|
32d440728c
|
send CONNECTION_CLOSEs from the stateless server
If an error occurs after a packet was successfully unpacked, we should
send a CONNECTION_CLOSE.
|
2018-01-09 17:17:54 +07:00 |
|
Marten Seemann
|
d2e31c04ab
|
generate the streamI mock in the quic package
By doing so, we can mock private methods of the stream, so they cannot
be type-asserted by users of quic-go.
|
2017-12-20 10:42:07 +07:00 |
|
Marten Seemann
|
ef89e7aa17
|
drop Initial packets that don't fulfill the min size requirement
|
2017-12-08 12:37:04 +07:00 |
|
Marten Seemann
|
25a6dc9654
|
implement stateless handling of Initial packets for the TLS server
|
2017-12-08 08:45:54 +07:00 |
|