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 TypeClassDescriptionclassLast 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 TypeMethodDescriptionbooleanSimpleWindow.add(GoBackNArqData msg, io.netty.channel.ChannelPromise promise) booleanWindow.add(GoBackNArqData msg, io.netty.channel.ChannelPromise promise) Adds the given msg to the window, if there is enough capacity.