1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-15 14:58:06 +11:00
Commit Graph

6 Commits

Author SHA1 Message Date
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
0637da63b4 made minitel.open time out properly, for #30 2020-04-11 12:28:26 +10:00
67c5790bd4 make minitel.rsend return the packet ID if not blocking 2019-04-18 13:26:30 +10:00
40c6f47f4d make it possible to rsend a packet and specify the packet ID 2019-04-18 13:24:35 +10:00
c01a9fdadd improved socket:read() 2018-08-16 20:54:23 +10:00
a3cb100a5c renamed net.lua to minitel.lua 2018-08-11 13:49:11 +10:00