#include <itpp/protocol/tcp.h>
Public Member Functions | |
TCP_Segment () | |
TCP_Segment (const Sequence_Number &sn_begin, const Sequence_Number &sn_end) | |
TCP_Segment (const TCP_Segment &segment) | |
TCP_Segment & | operator= (const TCP_Segment &segment) |
void | set_begin (const Sequence_Number &sn) |
void | set_end (const Sequence_Number &sn) |
void | combine (const TCP_Segment &segment) |
bool | operator== (const TCP_Segment &segment) const |
bool | operator!= (const TCP_Segment &segment) const |
bool | can_be_combined (const TCP_Segment &segment) const |
bool | is_contained (const TCP_Segment &segment) const |
unsigned | length () const |
Sequence_Number | begin () const |
Sequence_Number | end () const |
Protected Attributes | |
Sequence_Number | seq_begin |
no. of first byte of segment | |
Sequence_Number | seq_end |
no. of last byte of segment + 1 | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const TCP_Segment &segment) |
TTCPPacket
TTCPReceiverBuffer
Definition at line 117 of file tcp.h.
Sequence_Number itpp::TCP_Segment::seq_begin [protected] |
no. of first byte of segment
Definition at line 141 of file tcp.h.
Referenced by begin(), can_be_combined(), combine(), is_contained(), length(), operator!=(), itpp::operator<<(), operator=(), operator==(), set_begin(), set_end(), and TCP_Segment().
Sequence_Number itpp::TCP_Segment::seq_end [protected] |
no. of last byte of segment + 1
Definition at line 142 of file tcp.h.
Referenced by can_be_combined(), combine(), end(), is_contained(), length(), operator!=(), itpp::operator<<(), operator=(), operator==(), set_begin(), set_end(), and TCP_Segment().
Generated on Wed Apr 18 11:23:43 2007 for IT++ by Doxygen 1.5.2