Skip to content

Commit

Permalink
Give it 20 ports just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Jun 18, 2024
1 parent 2f79e35 commit da80bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hypersomnia/default_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ treat_as_music_sounds_longer_than_secs = 5,
webrtc_udp_mux = false,

webrtc_port_range_begin = 9000,
webrtc_port_range_end = 9010,
webrtc_port_range_end = 9020,

-- If > 0, kicks players who do not provide either a Steam or Discord (TODO) session ticket upon connection.
-- Will happen on all ranked servers by default.
Expand Down
2 changes: 1 addition & 1 deletion src/application/setups/server/server_vars.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ struct server_vars {

bool webrtc_udp_mux = false;
port_type webrtc_port_range_begin = 9000;
port_type webrtc_port_range_end = 9010;
port_type webrtc_port_range_end = 9020;

server_name_type server_name;
address_string_type notified_server_list;
Expand Down

0 comments on commit da80bea

Please sign in to comment.