CosAuthentication cosAuthentication; |
cosAuthentication.type( CosAuthentication::OmmLoginEnum ); |
CosDataIntegrity cosDataIntegrity; |
cosDataIntegrity.type( CosDataIntegrity::ReliableEnum ); |
CosFlowControl cosFlowControl; |
cosFlowControl.type( CosFlowControl::BidirectionalEnum ).recvWindowSize( 1200 |
).sendWindowSize( 1200 ); |
ClassOfService cos; |
cos.authentication( cosAuthentication ).dataIntegrity( cosDataIntegrity ).flowControl( |
cosFlowControl ); |
TunnelStreamRequest tsr; |
tsr.classOfService( cos ).domainType( MMT_SYSTEM ).name( "TUNNEL" ).serviceName( "DIRECT_FEED" ); |