next up previous contents
Next: TAO Test Up: Design and Implementation Previous: Packet Validation

 

Routing Table

A per-host cache needs to be maintained by the kernel for each host that the kernel communicates with. This cache is used for the TAO test, it stores the last CC value received from that particular host, and the T/TCP can use it to determine if the packet it is receiving can be processed without need for the 3-Way Handshake.

The two variables are added to the rtable structure as follows:

rt_tao_cc:
latest CC received from a host
rt_tao_ccsent:
latest CC sent to a host



Mark Stacey
Thu Apr 30 12:26:11 IST 1998