Marten Seemann
|
5141739d57
|
fix flaky send queue test (#3668)
|
2023-01-16 23:35:15 +13:00 |
|
Marten Seemann
|
af30cef57c
|
fix availability signaling of the send queue (#3597)
|
2022-10-22 12:09:40 +01:00 |
|
Marten Seemann
|
870fbe7ab0
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
|
Marten Seemann
|
37337597bd
|
increase the size of the send queue
|
2021-01-20 14:45:18 +08:00 |
|
Marten Seemann
|
b81a6f875b
|
don't generate new packets when the send queue is full
|
2021-01-17 16:18:17 +08:00 |
|
Marten Seemann
|
f1c6421845
|
introduce an interface for the send queue, use a mock in session tests
|
2021-01-17 16:18:17 +08:00 |
|
Marten Seemann
|
89417ab5ca
|
simplify the connection, rename it to sendConn
|
2020-08-09 19:24:04 +07:00 |
|
Luke Tucker
|
3c1e597858
|
don't block sendQueue.Send() if the runloop already exited.
This can lead to a deadlock where session.shutdown() never exits
because it is blocked on a Send() but the sendQueue has exited due to
a write error.
|
2020-07-08 09:41:22 -04:00 |
|
Marten Seemann
|
d642bf9098
|
simplify content storage in packed packets
It's not necessary to store both the packetBuffer and the slice
containing the raw data in the packet.
|
2020-02-20 16:25:54 +07:00 |
|
Marten Seemann
|
93e724434b
|
make sure that all packets in the send queue are sent before closing
|
2020-02-17 13:41:00 +07:00 |
|
Marten Seemann
|
13b2c7403d
|
use a mock connection in the send queue tests
|
2020-01-17 16:51:39 +07:00 |
|
Marten Seemann
|
00c19f7241
|
implement a send queue to send packet asynchronously
|
2019-08-24 15:25:38 +07:00 |
|