-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
[Match] | ||
Driver=ntb_netdev | ||
|
||
|
||
[Link] | ||
Name=ntb0 | ||
# TODO: at time of writing, ntb on SCALE has pathological | ||
# behavior related TCP/IP Window size calculation whereby | ||
# the receiving side clamps the window size to 0 causing | ||
# recalculation which, ultimately, ends with behavior | ||
# described in https://en.wikipedia.org/wiki/Silly_window_syndrome | ||
# The work-around is to drop MTU size a bit which fixes | ||
# the scenario altogether. When we discover why this is | ||
# happening, we should remove the MTUBytes line. | ||
MTUBytes=64000 |