scodec.protocols.ip

Type members

Classlikes

case class Address(value: Either[Address, Address])
Companion
object
object Address
Companion
class
case class Port(value: Int)
Companion
object
object Port
Companion
class
object Protocols

Value members

Concrete methods

def checksum(bits: BitVector): BitVector

Computes the 16-bit one's complement checksum of the specified bit vector.

Computes the 16-bit one's complement checksum of the specified bit vector.

See also