Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
bc916c04
Commit
bc916c04
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
javadoc
parent
7061138e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/src/UdpExamples/MulticastUdpSender.java
+2
-2
2 additions, 2 deletions
examples/src/UdpExamples/MulticastUdpSender.java
with
2 additions
and
2 deletions
examples/src/UdpExamples/MulticastUdpSender.java
+
2
−
2
View file @
bc916c04
...
@@ -19,10 +19,10 @@ public class MulticastUdpSender
...
@@ -19,10 +19,10 @@ public class MulticastUdpSender
// reserved range for all IPv4 multicast: 224.0.0.0 through 239.255.255.255
// reserved range for all IPv4 multicast: 224.0.0.0 through 239.255.255.255
// https://www.iana.org/assignments/multicast-addresses/multicast-addresses.xhtml
// https://www.iana.org/assignments/multicast-addresses/multicast-addresses.xhtml
/** Default multicast group address
we
send
on
.
/** Default multicast group address
for
send
and receive connections
.
* @see <a href="https://en.wikipedia.org/wiki/Multicast_address">https://en.wikipedia.org/wiki/Multicast_address</a> */
* @see <a href="https://en.wikipedia.org/wiki/Multicast_address">https://en.wikipedia.org/wiki/Multicast_address</a> */
public
static
final
String
MULTICAST_ADDRESS
=
"239.1.2.15"
;
// within reserved multicast address range
public
static
final
String
MULTICAST_ADDRESS
=
"239.1.2.15"
;
// within reserved multicast address range
/** Default
multicas
t port used, matches Wireshark DIS capture default
/** Default
socke
t port used, matches Wireshark DIS capture default
* @see <a href="https://en.wikipedia.org/wiki/Port_(computer_networking)">https://en.wikipedia.org/wiki/Port_(computer_networking)</a> */
* @see <a href="https://en.wikipedia.org/wiki/Port_(computer_networking)">https://en.wikipedia.org/wiki/Port_(computer_networking)</a> */
public
static
final
int
DESTINATION_PORT
=
1718
;
public
static
final
int
DESTINATION_PORT
=
1718
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment