Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower default MTU to 900 #4985

Merged
merged 1 commit into from
Mar 23, 2024
Merged

Lower default MTU to 900 #4985

merged 1 commit into from
Mar 23, 2024

Conversation

Partmedia
Copy link
Contributor

Some players continue to have "stuck at connected" issues connecting to most servers, but apparently this issue has become more prominent in the last two weeks or so?

It is almost certainly an MTU problem because there are at least two servers on the hub that run a lower default MTU, and these players had no problem connecting to them. For one of these reporters, I actually increased the MTU to 1000 and they could no longer connect, and could connect again once it was lowered to 900.

It's not clear what recent changes, either to the codebase or to the public Internet that have been exercising this MTU issue more. For those experiencing MTU issues, it seems that connecting to a less full server results in higher probability of success.

Nevertheless, bringing down the default MTU and then possibly enabling MTU expansion in the future would make this game playable for a small but not insignificant bit of players.

Implicitly approved by @PJB3005

Some players continue to have "stuck at connected" issues connecting to
most servers, but apparently this issue has become more prominent in the
last two weeks or so?

It is almost certainly an MTU problem because there are at least two
servers on the hub that run a lower default MTU, and these players had
no problem connecting to them. For one of these reporters, I actually
increased the MTU to 1000 and they could no longer connect, and could
connect again once it was lowered to 900.

It's not clear what recent changes, either to the codebase or to the
public Internet that have been exercising this MTU issue more. For those
experiencing MTU issues, it seems that connecting to a less full server
results in higher probability of success.

Nevertheless, bringing down the default MTU and then possibly enabling
MTU expansion in the future would make this game playable for a small
but not insignificant bit of players.
@PJB3005
Copy link
Member

PJB3005 commented Mar 23, 2024

I've been doing some work on Lidgren to make this more practical, as I don't want to enable this without Auto Expand MTU. But Auto Expand MTU is currently broken on the Lidgren version we're using (already fixed on fork master).

@PJB3005 PJB3005 merged commit 3097784 into space-wizards:master Mar 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants