mirror of
https://github.com/soypat/lneto.git
synced 2026-08-20 06:29:03 +00:00
add TCPConn type
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ var (
|
||||
errDropSegment = errors.New("drop segment")
|
||||
errWindowTooLarge = errors.New("invalid window size > 2**16")
|
||||
|
||||
errBufferTooSmall = errors.New("buffer too small")
|
||||
errBufferTooSmall = errors.New("tcp buffer too small")
|
||||
errNeedClosedTCBToOpen = errors.New("need closed TCB to call open")
|
||||
errInvalidState = errors.New("invalid state")
|
||||
errConnNotExist = errors.New("connection does not exist")
|
||||
|
||||
Reference in New Issue
Block a user