Skip to content

Commit

Permalink
Update CarmaMessengerRegistrationReceiver.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed Nov 25, 2024
1 parent f7b7b86 commit 9787847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public CarmaMessengerRegistrationReceiver(Class<CarmaMessengerRegistrationMessag
}

private DatagramSocket listenSocket = null;
private static final int msgerListenPort = 1715;
private static final int msgerListenPort = 3100;
private boolean running = true;
private static final int UDP_MTU = 1535;
private final Logger log = LoggerFactory.getLogger(this.getClass());
Expand Down

0 comments on commit 9787847

Please sign in to comment.