SimpleHeader

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product