mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
should actually do routing now
This commit is contained in:
parent
08af161598
commit
4164fa59b9
@ -136,6 +136,8 @@ function start()
|
||||
if packetType ~= 2 then
|
||||
computer.pushSignal("net_msg",sender,vport,data)
|
||||
end
|
||||
else
|
||||
sendPacket(packetID,packetType,dest,sender,vport,data)
|
||||
end
|
||||
if not rcache[sender] then
|
||||
dprint("rcache: "..sender..":", localModem,from,computer.uptime())
|
||||
|
Loading…
Reference in New Issue
Block a user