Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Feb 7, 2024
1 parent a8e6959 commit f76b2bc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions internal/vpntest/packetio.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,17 +425,3 @@ func (e *EchoServer) replyToPacketWithPayload(payload []byte, toACK model.Packet
}
e.dataOut <- p
}

// TODO: write ReplayServer - server that receives a trace log and
// sends packets looking at the trace timings (and inferred losses).
// TODO: move to ReplayServer
/*
func (e *EchoServer) packetID() model.PacketID {
e.mu.Lock()
defer e.mu.Unlock()
id := model.PacketID(e.outPacketID)
e.outPacketID += 1
return id
}
*/

0 comments on commit f76b2bc

Please sign in to comment.