fs2.protocols.ip.Ipv4Header
See theIpv4Header companion object
case class Ipv4Header(dataLength: Int, id: Int, ttl: Int, protocol: Int, sourceIp: Ipv4Address, destinationIp: Ipv4Address, options: BitVector)
IPv4 header.
Attributes
- Companion
- object
- Source
- Ipv4Header.scala
- Graph
-
- Supertypes
Members list
In this article