should actually do routing now

This commit is contained in:
Izaya 2018-02-18 12:39:25 +11:00
parent 08af161598
commit 4164fa59b9
1 changed files with 2 additions and 0 deletions

View File

@ -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())