summaryrefslogtreecommitdiff
path: root/pkg/p2p
AgeCommit message (Expand)Author
2025-04-24Fix: nil pointer for `n.connections`Santo Cariotti
2025-04-24Play co-op 2 vs 2Santo Cariotti
2025-04-22tests: fix sleep for server startSanto Cariotti
2025-04-22More session namesSanto Cariotti
2025-04-22Return a port only in the ephemeral ports rangeSanto Cariotti
2025-04-18Restore a gameSanto Cariotti
2025-04-18Add type on messages between peersSanto Cariotti
2025-04-18Use connections made by a struct of `net.Conn` and addressSanto Cariotti
2025-04-18Store peer addresses tooSanto Cariotti
2025-04-18Use playname-n for peers instead of peer-1 and peer-2Santo Cariotti
2025-04-18Close connection on end gameSanto Cariotti
2025-04-18Log sent messagesSanto Cariotti
2025-04-17Move internal/network package to pkg/p2pSanto Cariotti