mirror of
https://github.com/soypat/lneto.git
synced 2026-09-06 14:59:05 +00:00
more effort into understanding why TAP interface is so slow on my linux machine to no avail
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user