This commit is contained in:
JackDoan
2025-10-30 16:51:03 -05:00
parent 9e38065673
commit 469a5fc350
3 changed files with 30 additions and 21 deletions

View File

@@ -11,6 +11,7 @@ const MTU = 9001
type EncReader func(
addr netip.AddrPort,
payload []byte,
q int,
)
type Conn interface {