1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-15 06:48:05 +11:00
OC-Minitel/OpenOS/usr/lib
Izzy 071a692f11 Check network device MTUs and split packets accordingly depending on capacity and overhead.
Tally of packet overhead:
 - 16 bytes packet ID
 - 8 bytes type
 - N bytes dest
 - N bytes source
 - 8 bytes port
 - N bytes data
 - 6*2 bytes network card overhead
2024-03-16 12:30:25 +10:00
..
minitel.lua Check network device MTUs and split packets accordingly depending on capacity and overhead. 2024-03-16 12:30:25 +10:00
net.lua added a wrapper for net.lua so existing programs will work for the time being 2018-08-11 13:49:49 +10:00