summaryrefslogtreecommitdiff
path: root/rudp
Commit message (Collapse)AuthorAgeFilesLines
* Fix sendPings goroutine not being started for clients from ListenerHEADmasterHimbeer2025-03-281-0/+3
|
* Fix rudp.Conn.sendPings being called before the peer ID is receivedHimbeer2025-03-282-1/+2
| | | | | | This commit fixes an issue where pings are sent with PeerIDNil, preventing further reliable packets on channel 0 from being processed by the server.
* Fix empty / connect packets being forwarded to rudp callerHimbeer2024-08-231-0/+5
| | | | | | This causes "EOF" errors that don't affect further receive operations. They occur because the higher-level mt wrapper expects a 16-bit command ID that isn't there.
* Assign peer IDs randomlyHimbeer2024-06-051-8/+26
|
* go fmtHimbeerserverDE2023-06-081-0/+2
|
* change import pathHimbeerserverDE2023-06-081-1/+1
|
* Add high-level protocol (de)serializationanon52021-06-211-0/+0
|
* rudp: partial rewrite with new API supporting io.Readersanon52021-03-2211-882/+878
|
* rudp/proxy: fix import pathanon52021-03-031-1/+1
|
* rudp: optimize and refactoranon52021-03-036-132/+133
|
* rudp: fix errors returned by Peer.Recv other than net.ErrClosed when the ↵anon52021-02-285-7/+21
| | | | Peer is closed
* rudp: deprecate ErrClosed and replace with net.ErrClosedanon52021-02-206-23/+14
|
* Initial public releaseanon52020-11-077-0/+1085