fs2.protocols.ip.Ipv6Header
See theIpv6Header companion object
case class Ipv6Header(trafficClass: Int, flowLabel: Int, payloadLength: Int, protocol: Int, hopLimit: Int, sourceIp: Ipv6Address, destinationIp: Ipv6Address)
Simplified model of an IPv6 header -- extension headers are not directly supported.
Attributes
- Companion
- object
- Source
- Ipv6Header.scala
- Graph
-
- Supertypes
Members list
In this article