#include <itpp/protocol/tcp.h>
Public Member Functions | |
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 | |
Sequence_Number | seq_end |
no | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const TCP_Segment &segment) |
TTCPPacket
TTCPReceiverBuffer
Bodamer
Definition at line 117 of file tcp.h.
|
no of first byte of segment |
|
no of last byte of segment + 1 |
Generated on Fri Jan 11 08:51:43 2008 for IT++ by Doxygen 1.3.9.1