By default, https objects use Agent/SimpleTcp as transport agents
(section ). They can also use Agent/FullTcp
agents, which allows https objects to operate in a lossy network.
Class variable codeTRANSPORT_ is used for this purpose. E.g.,
https set TRANSPORT
_ FullTcp tells all https 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.