Marten Seemann
|
2797f85fc0
|
switch from unmaintained golang/mock to go.uber.org/mock (#4050)
|
2023-08-28 02:23:55 -07:00 |
|
Marten Seemann
|
072a602cc1
|
pass around receivedPacket as struct instead of as pointer (#3823)
|
2023-06-03 00:08:58 -07:00 |
|
Marten Seemann
|
c9a2f79b1c
|
simplify mockgen usage for private interfaces (#3769)
|
2023-04-19 07:57:00 -07: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
|
efe6d02bef
|
use mockgen source mode
|
2021-02-20 09:59:44 +08:00 |
|
Marten Seemann
|
383f1a6e89
|
update gomock to v1.5.0
|
2021-02-20 09:33:43 +08:00 |
|
Marten Seemann
|
a93e544c94
|
remove Session.Close()
Session.Close() sends a transport-level error code. Applications should
not be able to call this function, but use CloseWithError() instead.
|
2020-01-26 17:41:53 +07:00 |
|
Marten Seemann
|
5e34cb1d71
|
run go generate ./...
|
2019-03-05 13:42:56 +09:00 |
|
Marten Seemann
|
02e851bd11
|
cut coalesed packets in the session
|
2019-02-27 10:03:34 +09:00 |
|
Marten Seemann
|
c5ca6fd7e5
|
parse the extended header in the session
|
2018-11-26 15:57:54 +07:00 |
|
Marten Seemann
|
ad5a3e2fa0
|
also use the multiplexer for the server
|
2018-08-08 10:03:22 +07:00 |
|
Marten Seemann
|
b3fd768a61
|
use a smaller packetHandler interface
The packetHandler interface just needs two methods: one for handling
packets, and one for closing.
|
2018-06-23 08:16:51 +07:00 |
|
Marten Seemann
|
15da47cf98
|
use a GoMock mock session in the server and client tests
|
2018-05-30 21:10:44 +08:00 |
|