next up previous contents index
Next: 32.2.2 Managing web pages Up: 32.2.1 Managing HTTP connections Previous: 32.2.1.0.1 OTcl methods

32.2.1.0.2 Configuration parameter

By default, Http objects use Agent/SimpleTcp as transport agents (section 32.1.4). They can also use Agent/FullTcp agents, which allows Http objects to operate in a lossy network. Class variable codeTRANSPORT_ is used for this purpose. E.g., Http set TRANSPORT
_ FullTcp
tells all Http objects use FullTcp agents.

This configuration should be done before simulation starts, and it should not change during simulation, because FullTcp agents do not inter-operate with SimpleTcp agents.




2000-08-24