
3 May
2013
3 May
'13
3:49 p.m.
On Fri, May 3, 2013 at 6:08 AM, Frank Young <pfcodes@gmail.com> wrote:
The payload format for RELAY_COMMAND_END and RELAY_DATA are not details in the tor protocol specifications. where can i get the payload format for these relay cells?
The body of a RELAY_DATA cell contains data to be delivered on the stream: Once a connection has been established, the OP and exit node package stream data in RELAY_DATA cells, and upon receiving such cells, echo their contents to the corresponding TCP stream. That's all. -- Nick