diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-28 07:12:05 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-28 14:14:26 +0100 |
commit | 75ed262fe5153432bcf7ac4a1e36cf0c3008c210 (patch) | |
tree | b7e1ac93650f7f6c5881a9f2c653df6c323f084c /Kernel/Net/Routing.cpp | |
parent | 70fadbad37676500037a45778f6480399dc07623 (diff) | |
download | serenity-75ed262fe5153432bcf7ac4a1e36cf0c3008c210.zip |
Kernel+ifconfig: Add an MTU value to NetworkAdapter
This defaults to 1500 for all adapters, but LoopbackAdapter increases
it to 65536 on construction.
If an IPv4 packet is larger than the MTU, we'll need to break it into
smaller fragments before transmitting it. This part is a FIXME. :^)
Diffstat (limited to 'Kernel/Net/Routing.cpp')
0 files changed, 0 insertions, 0 deletions