forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added `SedpPortMode=probe` to make it make it possible to predict what ports the unicast SEDP sockets use. - Added `SpdpPortMode` which deprecates `SpdpRequestRandomPort`. - Added `SpdpMulticastAddress`, `Ipv4SpdpMulticastAddress`, `SedpMulticastAddress`, and `Ipv4SedpMulticastAddress` to set the multicast addresses and ports separately on SPDP and SEDP. - Calculated ports are now checked if they would overflow. - Remove need for sentinel in `EnumList` arrays for `ConfigStore`.
- Loading branch information
1 parent
755adff
commit b4a030c
Showing
16 changed files
with
1,061 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
#include "NetworkAddress.h" | ||
|
||
#include "Hash.h" | ||
#include "LogAddr.h" | ||
|
||
#include <cstring> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.