remove udp-level RX reorder buf

This commit is contained in:
JackDoan
2026-05-06 13:51:05 -05:00
parent 1972c73940
commit b0f139b578
4 changed files with 1 additions and 311 deletions

View File

@@ -230,7 +230,7 @@ func (f *Interface) handleOutsideRelayPacket(hostinfo *HostInfo, via ViaSender,
switch targetRelay.Type {
case ForwardingType:
// Forward this packet through the relay tunnel
// Find the target HostInfo
// Find the target HostInfo //todo it would potentially be nice to batch these
f.SendVia(targetHI, targetRelay, signedPayload, nb, out, false)
case TerminalType:
hostinfo.logger(f.l).Error("Unexpected Relay Type of Terminal")