Skip to content

Commit

Permalink
reverse radius
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed May 6, 2024
1 parent 6e1a3e2 commit 8ccaa7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ private void onDsrcRegistrationRequest(String infrastructureId) throws UnknownHo
.ip(rsuAddress)
.subnet(IpResolver.getSingleton().getNetMask())
.power(50)
.radius(500.0)
.radius(300.0)
.create();

// Create an AdHocConfiguration object to associate the Ad-Hoc interface
Expand Down

0 comments on commit 8ccaa7b

Please sign in to comment.