Uses of Class
org.drasyl.handler.arq.gobackn.GoBackNArqData
Package
Description
Codecs, Handlers, and Messages for the Stop-and-wait-ARQ protocols.
-
Uses of GoBackNArqData in org.drasyl.handler.arq.gobackn
Modifier and TypeClassDescriptionclass
Last data message of the Go-Back-N ARQ protocol.Modifier and TypeMethodDescriptionboolean
SimpleWindow.add
(GoBackNArqData msg, io.netty.channel.ChannelPromise promise) boolean
Window.add
(GoBackNArqData msg, io.netty.channel.ChannelPromise promise) Adds the given msg to the window, if there is enough capacity.