more effort into understanding why TAP interface is so slow on my linux machine to no avail

This commit is contained in:
soypat
2025-06-05 00:47:07 -03:00
parent bc14ed395d
commit 6ba727a0ef
12 changed files with 256 additions and 26 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ type ControlBlock struct {
challengeAck bool
}
// State returns the current state of the TCP connection.
// State returns the current state of the TCP connection. See [State].
func (tcb *ControlBlock) State() State { return tcb._state }
// RecvNext returns the next sequence number expected to be received from remote.