mirror of
https://github.com/soypat/lneto.git
synced 2026-08-24 00:19:03 +00:00
notify if icmp cannot be used due to bad StackConfig
This commit is contained in:
@@ -78,6 +78,10 @@ func (client *Client) Reset() {
|
||||
client.responseRing.Reset()
|
||||
}
|
||||
|
||||
func (client *Client) IncomingEchoCapacity() int {
|
||||
return cap(client.incomingEcho)
|
||||
}
|
||||
|
||||
func (client *Client) Demux(carrierData []byte, frameOffset int) error {
|
||||
rawdata := carrierData[frameOffset:]
|
||||
ifrm, err := NewFrame(rawdata)
|
||||
|
||||
Reference in New Issue
Block a user