This commit is contained in:
jdl
2025-02-19 14:13:25 +01:00
parent affeb0b9ce
commit 08dc79283e
32 changed files with 873 additions and 1685 deletions

View File

@@ -258,7 +258,6 @@ func handleControlPacket(addr netip.AddrPort, h header, data, decBuf []byte) {
default:
log.Printf("Dropping control packet.")
}
}
func handleDataPacket(h header, data []byte, decBuf []byte, iface ifWriter, sender dataPacketSender) {