summaryrefslogtreecommitdiff
path: root/rudp
Commit message (Expand)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
* Fix empty / connect packets being forwarded to rudp callerHimbeer2024-08-231-0/+5
* 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 Peer...anon52021-02-285-7/+21
* rudp: deprecate ErrClosed and replace with net.ErrClosedanon52021-02-206-23/+14
* Initial public releaseanon52020-11-077-0/+1085