packet_link

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2023 License: MIT Imports: 7 Imported by: 0

README

Packet Format

Packet:

  • packet_type: Uint8
  • ...

PacketPacket:

  • packet_type: Uint8 = 1
  • payload: Byte[]

StreamDataPacket:

  • packet_type: Uint8 = 2
  • stream_id: Uint32
  • stream_offset: Uint64
  • payload: Byte[]

StreamAckPacket:

  • packet_type: Uint8 = 3
  • stream_id: Uint32
  • stream_offset: Uint64

TODO

  • Use multiple streams for performances.

Documentation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL