X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fctp%2FCtp.h;h=fe5ad7e6336294d5b8fcd631a7ddf6f77f24c53e;hp=7d3b19b51a668bdf690d9842c3afd7975e578c4d;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/net/ctp/Ctp.h b/tos/lib/net/ctp/Ctp.h index 7d3b19b5..fe5ad7e6 100644 --- a/tos/lib/net/ctp/Ctp.h +++ b/tos/lib/net/ctp/Ctp.h @@ -57,6 +57,7 @@ enum { // CTP Options: CTP_OPT_PULL = 0x80, // TEP 123: P field CTP_OPT_ECN = 0x40, // TEP 123: C field + CTP_OPT_ALL = 0xff }; typedef nx_uint8_t nx_ctp_options_t;