Changeset 1458

Show
Ignore:
Timestamp:
11/19/08 20:12:09 (2 months ago)
Author:
alpt
Message:

documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • netsukuku/branches/networking-abstraction/pyntk/ntk/core/radar.py

    r1454 r1458  
    1717# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
    1818## 
     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 
    1935 
    2036import logging