this is awful, but also it's about 20% better

This commit is contained in:
JackDoan
2025-11-08 14:57:33 -06:00
parent 1f043f84f3
commit 42591c2042
11 changed files with 427 additions and 19 deletions

View File

@@ -9,8 +9,8 @@ import (
const MTU = 9001
type EncReader func(
addr netip.AddrPort,
payload []byte,
addrs []netip.AddrPort,
payload [][]byte,
)
type Conn interface {