tor  master
Data Fields
relay_header_t Struct Reference

#include <or.h>

Data Fields

uint8_t command
 
uint16_t recognized
 
streamid_t stream_id
 
char integrity [4]
 
uint16_t length
 

Detailed Description

Beginning of a RELAY cell payload.

Field Documentation

◆ command

uint8_t command

The end-to-end relay command.

◆ integrity

char integrity[4]

Used to tell whether cell is corrupted.

◆ length

uint16_t length

How long is the payload body?

◆ recognized

uint16_t recognized

Used to tell whether cell is for us.

◆ stream_id

streamid_t stream_id

Which stream is this cell associated with?


The documentation for this struct was generated from the following file: