Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sendPings goroutine not being started for clients from ListenerHEADmaster | Himbeer | 2025-03-28 | 1 | -0/+3 |
* | Fix rudp.Conn.sendPings being called before the peer ID is received | Himbeer | 2025-03-28 | 2 | -1/+2 |
* | Fix empty / connect packets being forwarded to rudp caller | Himbeer | 2024-08-23 | 1 | -0/+5 |
* | Assign peer IDs randomly | Himbeer | 2024-06-05 | 1 | -8/+26 |
* | go fmt | HimbeerserverDE | 2023-06-08 | 1 | -0/+2 |
* | change import path | HimbeerserverDE | 2023-06-08 | 1 | -1/+1 |
* | Add high-level protocol (de)serialization | anon5 | 2021-06-21 | 1 | -0/+0 |
* | rudp: partial rewrite with new API supporting io.Readers | anon5 | 2021-03-22 | 11 | -882/+878 |
* | rudp/proxy: fix import path | anon5 | 2021-03-03 | 1 | -1/+1 |
* | rudp: optimize and refactor | anon5 | 2021-03-03 | 6 | -132/+133 |
* | rudp: fix errors returned by Peer.Recv other than net.ErrClosed when the Peer... | anon5 | 2021-02-28 | 5 | -7/+21 |
* | rudp: deprecate ErrClosed and replace with net.ErrClosed | anon5 | 2021-02-20 | 6 | -23/+14 |
* | Initial public release | anon5 | 2020-11-07 | 7 | -0/+1085 |