You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1737, I added the check to lower the max_mtu if the syscall to set the DF bit failed. We should add a test on platforms where this is true to preserve this logic.
Solution:
Add a test for windows and macOS that checks that, even though the application configured a large max_mtu the emitted event says that it's 1200 bytes.
The text was updated successfully, but these errors were encountered:
Problem:
In #1737, I added the check to lower the
max_mtu
if the syscall to set the DF bit failed. We should add a test on platforms where this is true to preserve this logic.Solution:
Add a test for windows and macOS that checks that, even though the application configured a large
max_mtu
the emitted event says that it's1200
bytes.The text was updated successfully, but these errors were encountered: