|
915 | 915 | ├ receiveBufferSize [uint32],
|
916 | 916 | ├ maxMessageSize [uint32],
|
917 | 917 | ├ maxInitialPeersRange [uint32],
|
918 |
| - ├ interfaceWhiteList [0~*], (NOT available for SHM type) |
| 918 | + ├ interfaceWhiteList [0~*], (NOT available for SHM type) |
919 | 919 | | └ address [ipv4Address|ipv6Address]
|
920 | 920 | | └ interface [string]
|
921 |
| - ├ netmask_filter [string] ("OFF", "AUTO", "ON"), (NOT available for SHM type) |
922 |
| - ├ interfaces [interfacesType], (NOT available for SHM type) |
923 |
| - ├ TTL [uint8], (ONLY available for UDP type) |
924 |
| - ├ non_blocking_send [boolean], (NOT available for SHM type) |
925 |
| - ├ output_port [uint16], (ONLY available for UDP type) |
| 921 | + ├ netmask_filter [string] ("OFF", "AUTO", "ON"), (NOT available for SHM type) |
| 922 | + ├ interfaces [interfacesType], (NOT available for SHM type) |
| 923 | + ├ TTL [uint8], (ONLY available for UDP type) |
| 924 | + ├ non_blocking_send [boolean], (NOT available for SHM type) |
| 925 | + ├ output_port [uint16], (ONLY available for UDP type) |
926 | 926 | ├ wan_addr [ipv4AddressFormat], (ONLY available for TCPv4 type)
|
927 | 927 | ├ keep_alive_frequency_ms [uint32], (ONLY available for TCP type)
|
928 | 928 | ├ keep_alive_timeout_ms [uint32], (ONLY available for TCP type)
|
|
935 | 935 | ├ calculate_crc [bool], (ONLY available for TCP type)
|
936 | 936 | ├ check_crc [bool], (ONLY available for TCP type)
|
937 | 937 | ├ enable_tcp_nodelay [bool], (ONLY available for TCP type)
|
| 938 | + ├ tcp_negotiation_timeout [uint32], (ONLY available for TCP type) |
938 | 939 | ├ keep_alive_thread [threadSettingsType], (ONLY available for TCP type)
|
939 | 940 | ├ accept_thread [threadSettingsType], (ONLY available for TCP type)
|
940 |
| - ├ segment_size [uint32], (ONLY available for SHM type) |
941 |
| - ├ port_queue_capacity [uint32], (ONLY available for SHM type) |
942 |
| - ├ healthy_check_timeout_ms [uint32], (ONLY available for SHM type) |
943 |
| - ├ rtps_dump_file [string] (ONLY available for SHM type) |
| 941 | + ├ segment_size [uint32], (ONLY available for SHM type) |
| 942 | + ├ port_queue_capacity [uint32], (ONLY available for SHM type) |
| 943 | + ├ healthy_check_timeout_ms [uint32], (ONLY available for SHM type) |
| 944 | + ├ rtps_dump_file [string] (ONLY available for SHM type) |
944 | 945 | ├ default_reception_threads [threadSettingsType]
|
945 |
| - ├ reception_threads [receptionThreadsListType] (ONLY available for SHM type) |
946 |
| - └ dump_thread [threadSettingsType] (ONLY available for SHM type) --> |
| 946 | + ├ reception_threads [receptionThreadsListType] (ONLY available for SHM type) |
| 947 | + └ dump_thread [threadSettingsType] (ONLY available for SHM type) --> |
947 | 948 | <!-- TODO: How to ensure all elements are declared properly (UDP only, TCP only, etc...)? -->
|
948 | 949 | <xs:complexType name="transportDescriptorType">
|
949 | 950 | <xs:all minOccurs="0">
|
|
0 commit comments