Skip to content

Commit

Permalink
Fix/Remote: Add config key remoteSendIntf to specify send intf, see #65
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinFan committed Jan 21, 2024
1 parent 3afcd13 commit 7fe7e0f
Show file tree
Hide file tree
Showing 31 changed files with 592 additions and 334 deletions.
9 changes: 9 additions & 0 deletions Resources/XPMP2.example.prf
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ remoteMCGroup 239.255.1.1
# Port used for communication between XPMP2 masters and the Remote Client.
remotePort 49788

# Interface to _send_ multicast on.
# Auto-discovery is used if option is not defined (commented out).
# Define an interface by numeric interface index or its interface name.
# If the defined interface name cannot be resolved you'll find a list
# of available interface names output to Log.txt after the respective ERROR line.
# Examples:
# remoteSendIntf Ethernet
# remoteSendIntf en0

# TTL (Time-to-live) for multicast packets, ie. max number of hops they across routers they take
remoteTTL 8

Expand Down
6 changes: 6 additions & 0 deletions docs/html/Network_8cpp.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

284 changes: 143 additions & 141 deletions docs/html/Network_8h_source.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/html/Remote_8h_source.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/html/Sound_8h_source.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fe7e0f

Please sign in to comment.