| | 19 | # |
|---|
| | 20 | # The radar sends in broadcast a bouquet of BQUET_NUM packets and waits |
|---|
| | 21 | # for the reply of the alive nodes. It then recollects the replies and builds |
|---|
| | 22 | # a small statistic. |
|---|
| | 23 | # By watching the previous statistics, it can deduces if a change occurred or |
|---|
| | 24 | # not. If it is, one of the following events is fired: |
|---|
| | 25 | # 'NEIGH_NEW', 'NEIGH_DELETED', 'NEIGH_REM_CHGED' |
|---|
| | 26 | # In this way, the other modules of pyntk will be noticed. |
|---|
| | 27 | # |
|---|
| | 28 | # In more details, the current statistic is based on the RTT (Round Trip Time) |
|---|
| | 29 | # of the packets. However, more refined way can be used and shall be |
|---|
| | 30 | # implemented. See NTK_RFC 0002 http://lab.dyne.org/Ntk_bandwidth_measurement |
|---|
| | 31 | # |
|---|
| | 32 | ## |
|---|
| | 33 | |
|---|
| | 34 | |
|---|