appli="2"
: take into account all the layers for the application IDappli="2" layers="*"
: take into account all the layers for the application IDappli="2" layers="2-10"
: take into account all layers from layerID 2 to layerID 10 for the application ID<network> <channel name="channel1"> <direction type="serverInput" port="8080" size="1000" /> <direction type="serverOutput" port="8081" size="150" /> <layerSet layers="*" /> </channel> </network>In this example:
<network> <channel name="channel1"> <direction type="input" port="8080" size="1000" engine="server" /> <direction type="output" port="8081" size="150" engine="server" /> <direction type="input" port="8081" size="150" engine="client" /> <direction type="output" port="8080" size="1000" engine="client" /> <layerSet layers="*" /> </channel> </network>
<network> <channel name="channel1"> <direction type="serverInput" port="8080" size="1000" /> <direction type="serverOutput" port="8081" size="150" /> <layerSet appli="1" /> <property key="protocol" value="tcp" /> </channel> <channel name="channel2"> <direction type="serverInput" port="8083" size="1000" /> <direction type="serverOutput" port="8084" size="150" /> <layerSet appli="2" /> <property key="protocol" value="udp" /> </channel> </network>In this example:
Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence