Skip to content

Commit 78ac0d9

Browse files
committed
Removed unnecssary REMOTE_ADDRESS alias for UNIX domain sockets.
Use FILE_PATH instead.
1 parent 35c1b12 commit 78ac0d9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/point_one/fusion_engine/messages/configuration.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,15 +1556,12 @@ enum class InterfaceConfigType : uint8_t {
15561556
BAUD_RATE = 2,
15571557

15581558
/**
1559-
* Configure the network address for a client to connect to.
1560-
*
1561-
* For UNIX domain sockets, this is an alias for @ref FILE_PATH and represents
1562-
* the path to the local UNIX domain socket file.
1559+
* Configure the remote network IP address or hostname for a client to connect
1560+
* to.
15631561
*
15641562
* Valid for:
15651563
* - @ref TransportType::TCP
15661564
* - @ref TransportType::UDP
1567-
* - @ref TransportType::UNIX
15681565
*
15691566
* Payload format: `char[64]` containing a NULL terminated string.
15701567
*/

0 commit comments

Comments
 (0)