![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <ConnectionControl.hpp>

Public Member Functions | |
| ConnectionVariables () | |
| void | resetTCPFlags () |
Public Attributes | |
| bool | ack |
| bool | activeOpen |
| The transition from SYN_RCVD back to LISTEN is valid only if the SYN_RCVD state was entered from the LISTEN state (normal scenario) A client sets activeOpen on true, for a server this varible's value is the complement. | |
| bool | fin |
| bool | psh |
| bool | rst |
| bool | syn |
| bool | urg |
Definition at line 75 of file ConnectionControl.hpp.
| tcp::ConnectionVariables::ConnectionVariables | ( | ) | [inline] |
Definition at line 77 of file ConnectionControl.hpp.
| void tcp::ConnectionVariables::resetTCPFlags | ( | ) | [inline] |
Definition at line 101 of file ConnectionControl.hpp.
Definition at line 95 of file ConnectionControl.hpp.
Definition at line 93 of file ConnectionControl.hpp.
Definition at line 99 of file ConnectionControl.hpp.
Definition at line 96 of file ConnectionControl.hpp.
Definition at line 97 of file ConnectionControl.hpp.
Definition at line 98 of file ConnectionControl.hpp.
Definition at line 94 of file ConnectionControl.hpp.
1.5.5