TcpHeader

fs2.protocols.ip.tcp.TcpHeader
See theTcpHeader companion object
case class TcpHeader(sourcePort: Port, destinationPort: Port, sequenceNumber: Long, ackNumber: Long, dataOffset: Int, flags: TcpFlags, windowSize: Int, checksum: Int, urgentPointer: Int, options: List[Long])

Attributes

Companion:
object
Source:
TcpHeader.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product