mirror of
https://github.com/soypat/lneto.git
synced 2026-09-02 21:09:04 +00:00
begin add tcp.Handler tests
This commit is contained in:
+2
-1
@@ -16,7 +16,8 @@ var (
|
||||
errDropSegment = errors.New("drop segment")
|
||||
errWindowTooLarge = errors.New("invalid window size > 2**16")
|
||||
|
||||
errTCBNotClosed = errors.New("TCB not closed")
|
||||
errBufferTooSmall = errors.New("buffer too small")
|
||||
errNeedClosedTCBToOpen = errors.New("need closed TCB to call open")
|
||||
errInvalidState = errors.New("invalid state")
|
||||
errConnNotexist = errors.New("connection does not exist")
|
||||
errConnectionClosing = errors.New("connection closing")
|
||||
|
||||
Reference in New Issue
Block a user