Changes between Version 1 and Version 2 of Old/Documentation/OTG/FuncSpec/Gate
- Timestamp:
- Sep 26, 2005, 4:23:36 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/FuncSpec/Gate
v1 v2 8 8 Genereally, 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. 9 9 10 http://www.winlab.rutgers.edu/~zhibinwu/image/classGate.png 10 [[Image(classGate.png)]] 11 11 12 12 == Demultiplexing incoming packets ==