| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <tcp.h>
Public Member Functions | |
| double & | ts () |
| double & | ts_echo () |
| int & | seqno () |
| int & | reason () |
| int & | sa_left (int n) |
| int & | sa_right (int n) |
| int & | sa_length () |
| int & | hlen () |
| int & | ackno () |
| int & | flags () |
| int & | last_rtt () |
Static Public Member Functions | |
| int & | offset () |
| hdr_tcp * | access (Packet *p) |
Public Attributes | |
| double | ts_ |
| double | ts_echo_ |
| int | seqno_ |
| int | reason_ |
| int | sack_area_ [NSA+1][2] |
| int | sa_length_ |
| int | ackno_ |
| int | hlen_ |
| int | tcp_flags_ |
| int | last_rtt_ |
Static Public Attributes | |
| int | offset_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|