gopenfusion/protocol
CPunch f1552830a0 protocol/packet: switch away from allocation
- Packet struct is small enough that allocation for it is really unnecessary, and can be passed around by value fairly easily
2023-03-10 20:00:06 -06:00
..
pool protocol: packets operate on io.ReadWritter; now use a buffer pool to encode/decode packets 2023-03-10 19:56:05 -06:00
encrypt.go server: implement REP_LOGIN key exchange 2023-03-07 01:20:36 -06:00
packet.go protocol/packet: switch away from allocation 2023-03-10 20:00:06 -06:00
structs.go genstructs.py now also scrapes constant definitions 2023-03-07 16:28:34 -06:00