next up previous contents index
Next: 40.2.2 Managing web pages Up: 40.2.1 Managing HTTP connections Previous: 40.2.1.0.1 OTcl methods   Contents   Index

40.2.1.0.2 Configuration parameter

By default, Http objects use Agent/SimpleTcp as transport agents (section 40.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.



2009-01-06