|
|
| 64 |
|
64 |
|
| 65 |
virtual ~RttEstimator(); |
65 |
virtual ~RttEstimator(); |
| 66 |
|
66 |
|
|
|
67 |
virtual TypeId GetInstanceTypeId (void) const; |
| 68 |
|
| 67 |
/** |
69 |
/** |
| 68 |
* \brief Note that a particular sequence has been sent |
70 |
* \brief Note that a particular sequence has been sent |
| 69 |
* \param seq the packet sequence number. |
71 |
* \param seq the packet sequence number. |
|
|
| 167 |
|
169 |
|
| 168 |
RttMeanDeviation (const RttMeanDeviation&); |
170 |
RttMeanDeviation (const RttMeanDeviation&); |
| 169 |
|
171 |
|
|
|
172 |
virtual TypeId GetInstanceTypeId (void) const; |
| 173 |
|
| 170 |
/** |
174 |
/** |
| 171 |
* \brief Add a new measurement to the estimator. |
175 |
* \brief Add a new measurement to the estimator. |
| 172 |
* \param measure the new RTT measure. |
176 |
* \param measure the new RTT measure. |