scodec.protocols.ip.v6

Type members

Classlikes

case class Address(bytes: ByteVector)
Companion
object
object Address
Companion
class
case class SimpleHeader(trafficClass: Int, flowLabel: Int, payloadLength: Int, protocol: Int, hopLimit: Int, sourceIp: Address, destinationIp: Address)

Simple version of an IPv6 header. Does not support extension headers.

Simple version of an IPv6 header. Does not support extension headers.

Companion
object
object SimpleHeader
Companion
class