DropReq

class DropReq(var messageNumber: Int = 0, var firstPacketSequenceNumber: Int = 0, var lastPacketSequenceNumber: Int = 0) : ControlPacket

Created by pedro on 22/8/23.

Constructors

Link copied to clipboard
constructor(messageNumber: Int = 0, firstPacketSequenceNumber: Int = 0, lastPacketSequenceNumber: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var ts: Int
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun read(input: InputStream)
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun write(ts: Int, socketId: Int)