Marten Seemann
|
97690dc493
|
rename the closed session to closed conn
|
2022-03-27 11:27:25 +01:00 |
|
Marten Seemann
|
89417ab5ca
|
simplify the connection, rename it to sendConn
|
2020-08-09 19:24:04 +07: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
|
c7334e3e66
|
replace closed sessions in the packet handler map
|
2019-11-02 20:32:59 +07:00 |
|
Marten Seemann
|
03483d5e71
|
refactor how sessions are deleted
Replacing sessions with different structs representing a closed session
doesn't work if a session is using multiple connection IDs.
|
2019-09-25 15:34:38 +07:00 |
|
Marten Seemann
|
ab2b26a5cb
|
add the unparam linter
|
2019-09-17 13:44:05 +07:00 |
|
Marten Seemann
|
b8c5ed2a14
|
ignore reordered packets for remote closed sessions
|
2019-09-01 14:11:44 +07:00 |
|
Marten Seemann
|
22b12f199e
|
replace locally closed sessions with a dedicated closed session
|
2019-09-01 13:59:44 +07:00 |
|