TcpHeader

case class TcpHeader(sourcePort: Port, destinationPort: Port, sequenceNumber: Long, ackNumber: Long, dataOffset: Int, flags: TcpFlags, windowSize: Int, checksum: Int, urgentPointer: Int, options: List[Long])
Companion:
object
Source:
TcpHeader.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product