InboundFrame

Undocumented in source.

Members

Functions

read
size_t read(ubyte* input, ubyte* last)
Undocumented in source. Be warned that the author may not have intended to support it.
readLength
size_t readLength(ubyte* input, ubyte* last)

Returns the amount of bytes that are required by this frame

setMark
void setMark(size_t left)
Undocumented in source. Be warned that the author may not have intended to support it.
unpackSetting
void unpackSetting()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

frame
Frame frame;
Undocumented in source.
iva
Setting[INBOUND_NUM_IV] iva;
Undocumented in source.
lbuf
Buffer lbuf;

buffer pointers to large buffer, raw_lbuf

niv
size_t niv;
Undocumented in source.
padlen
size_t padlen;
Undocumented in source.
payloadleft
size_t payloadleft;
Undocumented in source.
raw_lbuf
ubyte[] raw_lbuf;

Large buffer, malloced on demand

raw_sbuf
ubyte[FRAME_HDLEN] raw_sbuf;
Undocumented in source.
sbuf
Buffer sbuf;

buffer pointers to small buffer, raw_sbuf

state
InboundState state;
Undocumented in source.

Meta