Uses of Class
org.drasyl.handler.arq.gobackn.GoBackNArqData
Packages that use GoBackNArqData
Package
Description
Codecs, Handlers, and Messages for the Stop-and-wait-ARQ protocols.
-
Uses of GoBackNArqData in org.drasyl.handler.arq.gobackn
Subclasses of GoBackNArqData in org.drasyl.handler.arq.gobacknModifier and TypeClassDescriptionclass
Last data message of the Go-Back-N ARQ protocol.Methods in org.drasyl.handler.arq.gobackn that return GoBackNArqDataMethods in org.drasyl.handler.arq.gobackn with parameters of type GoBackNArqDataModifier 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.