mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 13:17:48 +00:00
[cli] udp bind doc update to clarify that multicast address cannot be used as argument (#10370)
This commit is contained in:
+3
-3
@@ -70,9 +70,9 @@ UdpExample::UdpExample(otInstance *aInstance, OutputImplementer &aOutputImplemen
|
||||
* - `-u`: Unspecified network interface, which means that the UDP/IPv6 stack determines which
|
||||
* network interface to bind the socket to.
|
||||
* - `-b`: Backbone network interface is used.
|
||||
* - `ip`: IPv6 address to bind to. If you wish to have the UDP/IPv6 stack assign the binding
|
||||
* IPv6 address, then you can use the following value to use the unspecified
|
||||
* IPv6 address: `::`. Each example uses the unspecified IPv6 address.
|
||||
* - `ip`: Unicast IPv6 address to bind to. If you wish to have the UDP/IPv6 stack assign the binding
|
||||
* IPv6 address, or if you wish to bind to multicast IPv6 addresses, then you can use the following
|
||||
* value to use the unspecified IPv6 address: `::`. Each example uses the unspecified IPv6 address.
|
||||
* - `port`: UDP port number to bind to. Each of the examples is using port number 1234.
|
||||
* @par
|
||||
* Assigns an IPv6 address and a port to an open socket, which binds the socket for communication.
|
||||
|
||||
Reference in New Issue
Block a user