Skip to content

Commit

Permalink
fix udp
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 12, 2023
1 parent 52b966b commit 05fb4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blobber/blobber_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cl_client_context = import_module("../cl/cl_client_context.star")
blobber_context = import_module("../blobber/blobber_context.star")

BLOBBER_BEACON_PORT_NUM = 9000
BLOBBER_BEACON_PORT_TCP_ID = "discovery"
BLOBBER_BEACON_PORT_TCP_ID = "discovery-tcp"
BLOBBER_BEACON_PORT_UDP_ID = "discovery-udp"
BLOBBER_VALIDATOR_PROXY_PORT_NUM = 5000
BLOBBER_VALIDATOR_PROXY_PORT_ID = "http"
Expand Down

0 comments on commit 05fb4a7

Please sign in to comment.