Changes between Version 1 and Version 2 of Old/Documentation/OTG/FuncSpec/Gate


Ignore:
Timestamp:
Sep 26, 2005, 4:23:36 PM (19 years ago)
Author:
zhibinwu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Documentation/OTG/FuncSpec/Gate

    v1 v2  
    88Genereally, the OTR architrecture assume one OTR could have more than one gates. Each gate is bound to only one port number. Thus, if there are multiple ports used to receive packets, there are multiple gates. There is only one thread associated with each gate. One gate, one thread. The gate could have multiple flows, but unlike [source:otg/trunk/src/cpp/port.h#latest Port], "Gate" is in charge of reception, and ''Flow'' is passive, associated with one sender address.
    99
    10 http://www.winlab.rutgers.edu/~zhibinwu/image/classGate.png
     10[[Image(classGate.png)]]
    1111
    1212== Demultiplexing incoming packets ==