mirror of
https://github.com/soypat/lneto.git
synced 2026-08-19 14:14:07 +00:00
found failing case for multipacket
This commit is contained in:
@@ -290,6 +290,11 @@ func (h *Handler) FreeTx() int {
|
||||
return h.bufTx.Free()
|
||||
}
|
||||
|
||||
// FreeRx returns the amount of space free in the receive buffer.
|
||||
func (h *Handler) FreeRx() int {
|
||||
return h.bufRx.Free()
|
||||
}
|
||||
|
||||
// SizeRx returns the size of the TCP receive ring buffer.
|
||||
func (h *Handler) SizeRx() int {
|
||||
return h.bufRx.Size()
|
||||
|
||||
Reference in New Issue
Block a user