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

Refactor the MTU determination alhoritm #524

Closed
jorikfon opened this issue May 16, 2023 · 1 comment
Closed

Refactor the MTU determination alhoritm #524

jorikfon opened this issue May 16, 2023 · 1 comment
Assignees
Labels
invalid This doesn't seem right

Comments

@jorikfon
Copy link
Collaborator

Пока на твоей машине воспроизводится, надо проверить как можно оптимизировать код этот

@boffart
Copy link
Collaborator

boffart commented May 16, 2023

/sbin/ping -c 1 -s 1450 -M do -I eth0 lic.miko.ru 2>&1 | grep -i 'Message too long'; echo $?
/sbin/ping -c 1 -s 1500 -M do -I eth0 lic.miko.ru 2>&1 | grep -i 'Message too long'; echo $?
/sbin/ping -c 1 -s 1450 -M do -I eth0 10.130.0.1 2>&1 | grep -i 'Message too long'; echo $?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants