#include <tcp_hdr.h>
class TTcpOptions |
Public Member Functions | |
---|---|
TTcpOptions() | |
void | ClearError() |
void | ClearMSS() |
void | ClearSackOk() |
void | ClearTimeStamps() |
void | ClearUnknown() |
TBool | Error() |
IMPORT_C void | Init() |
IMPORT_C TInt | Length() |
TInt | MSS() |
SequenceBlockQueue & | SackBlocks() |
TBool | SackOk() |
void | SetAlignOpt(TBool) |
void | SetMSS(TInt) |
void | SetSackOk() |
void | SetTimeStamps(TUint32, TUint32) |
void | SetWindowScale(TUint8) |
void | SuppressSack(TBool) |
TBool | TimeStamps() |
TBool | TimeStamps(TUint32 &, TUint32 &) |
TInt | Unknown() |
TUint | WindowScale() |
TCP Options Header.
void | SetAlignOpt | ( | TBool | aAlignOpt | ) | [inline] |
If set, each option will be aligned to 32-bit longword boundaries with Nop padding. By default the Nop padding is not applied.