|
869 | 869 | ├ receiveBufferSize [uint32],
|
870 | 870 | ├ maxMessageSize [uint32],
|
871 | 871 | ├ maxInitialPeersRange [uint32],
|
872 |
| - ├ interfaceWhiteList [0~*], (NOT available for SHM type) |
| 872 | + ├ interfaceWhiteList [0~*], (NOT available for SHM type) |
873 | 873 | | └ address [ipv4Address|ipv6Address]
|
874 | 874 | | └ interface [string]
|
875 |
| - ├ netmask_filter [string] ("OFF", "AUTO", "ON"), (NOT available for SHM type) |
876 |
| - ├ interfaces [interfacesType], (NOT available for SHM type) |
877 |
| - ├ TTL [uint8], (ONLY available for UDP type) |
878 |
| - ├ non_blocking_send [boolean], (NOT available for SHM type) |
879 |
| - ├ output_port [uint16], (ONLY available for UDP type) |
| 875 | + ├ netmask_filter [string] ("OFF", "AUTO", "ON"), (NOT available for SHM type) |
| 876 | + ├ interfaces [interfacesType], (NOT available for SHM type) |
| 877 | + ├ TTL [uint8], (ONLY available for UDP type) |
| 878 | + ├ non_blocking_send [boolean], (NOT available for SHM type) |
| 879 | + ├ output_port [uint16], (ONLY available for UDP type) |
880 | 880 | ├ wan_addr [ipv4AddressFormat], (ONLY available for TCPv4 type)
|
881 | 881 | ├ keep_alive_frequency_ms [uint32], (ONLY available for TCP type)
|
882 | 882 | ├ keep_alive_timeout_ms [uint32], (ONLY available for TCP type)
|
|
889 | 889 | ├ calculate_crc [bool], (ONLY available for TCP type)
|
890 | 890 | ├ check_crc [bool], (ONLY available for TCP type)
|
891 | 891 | ├ enable_tcp_nodelay [bool], (ONLY available for TCP type)
|
| 892 | + ├ tcp_negotiation_timeout [uint32], (ONLY available for TCP type) |
892 | 893 | ├ keep_alive_thread [threadSettingsType], (ONLY available for TCP type)
|
893 | 894 | ├ accept_thread [threadSettingsType], (ONLY available for TCP type)
|
894 |
| - ├ segment_size [uint32], (ONLY available for SHM type) |
895 |
| - ├ port_queue_capacity [uint32], (ONLY available for SHM type) |
896 |
| - ├ healthy_check_timeout_ms [uint32], (ONLY available for SHM type) |
897 |
| - ├ rtps_dump_file [string] (ONLY available for SHM type) |
| 895 | + ├ segment_size [uint32], (ONLY available for SHM type) |
| 896 | + ├ port_queue_capacity [uint32], (ONLY available for SHM type) |
| 897 | + ├ healthy_check_timeout_ms [uint32], (ONLY available for SHM type) |
| 898 | + ├ rtps_dump_file [string] (ONLY available for SHM type) |
898 | 899 | ├ default_reception_threads [threadSettingsType]
|
899 |
| - ├ reception_threads [receptionThreadsListType] (ONLY available for SHM type) |
900 |
| - └ dump_thread [threadSettingsType] (ONLY available for SHM type) --> |
| 900 | + ├ reception_threads [receptionThreadsListType] (ONLY available for SHM type) |
| 901 | + └ dump_thread [threadSettingsType] (ONLY available for SHM type) --> |
901 | 902 | <!-- TODO: How to ensure all elements are declared properly (UDP only, TCP only, etc...)? -->
|
902 | 903 | <xs:complexType name="transportDescriptorType">
|
903 | 904 | <xs:all minOccurs="0">
|
|
0 commit comments