|
|
| 843 |
void ReadOptions (const TcpHeader &tcpHeader); |
843 |
void ReadOptions (const TcpHeader &tcpHeader); |
| 844 |
|
844 |
|
| 845 |
/** |
845 |
/** |
|
|
846 |
* \brief Return true if the specified option is enabled |
| 847 |
* |
| 848 |
* \param kind kind of TCP option |
| 849 |
* \return true if the option is enabled |
| 850 |
*/ |
| 851 |
bool IsTcpOptionEnabled (uint8_t kind) const; |
| 852 |
|
| 853 |
/** |
| 846 |
* \brief Read and parse the Window scale option |
854 |
* \brief Read and parse the Window scale option |
| 847 |
* |
855 |
* |
| 848 |
* Read the window scale option (encoded logarithmically) and save it. |
856 |
* Read the window scale option (encoded logarithmically) and save it. |