You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be desirable to forward unicast and multicast to different destinations. This requires evaluating the destination IP address of a datagram but Node.js does not support that yet.
A workaround could be to bind source socket to the multicast address but that is not supported on Windows.
One caveat, routing back replies to forwarded datagrams would require saving source / destination mappings.
The text was updated successfully, but these errors were encountered:
tewarid
changed the title
Forward multicast datagrams only
Forward to same destination address and port as source datagram
Nov 27, 2017
tewarid
changed the title
Forward to same destination address and port as source datagram
Forward unicast and multicast to different destinations
Sep 27, 2018
It may be desirable to forward unicast and multicast to different destinations. This requires evaluating the destination IP address of a datagram but Node.js does not support that yet.
A workaround could be to bind source socket to the multicast address but that is not supported on Windows.
One caveat, routing back replies to forwarded datagrams would require saving source / destination mappings.
The text was updated successfully, but these errors were encountered: