Module stun_client::nat_behavior_discovery[][src]

Expand description

This module is for NAT Behavior Discovery based on RFC5780. To use this module, the STUN server side must support the OTHER-ADDRESS and CHANGE-REQUEST attributes.

Structs

NATFilteringTypeResult

Results of behavior discovery based on NAT filtering behavior.

NATMappingTypeResult

Results of behavior discovery based on NAT mapping behavior.

Enums

NATFilteringType

Defines a NAT type based on filtering behavior.

NATMappingType

Defines a NAT type based on mapping behavior.

Functions

check_nat_filtering_behavior

Check NAT filtering behavior.

check_nat_mapping_behavior

Check NAT mapping behavior.