Upload files to "/"

This commit is contained in:
apex 2025-01-18 08:19:26 +00:00
parent 6b7e1ea4df
commit 8243f04a53

View File

@ -93,9 +93,14 @@ the time between the cart leaving the last IPoMC router, and it reaching the nex
now that we have defined some vocabulary, lets actually get to calculating the time it will take to send messages across IPoMC
firstly, if you just want a quick and dirty calculation u can just use this one
HOPS(HOPTIME) + 2(STLT)
you can get stlt quick and dirty by sending yourself a message and timing where that amount of time is T
STLT = (T - HOPS(HOPTIME)) / 2
The equation to do so is as follows
(hoptime is the amount of time that a hop takes in whatever unit you are using)
(HOPS(HOPTIME) + STLT + (RTLT₁ + RTLT₂ + RTLT₃ ...))
HOPS(HOPTIME) + STLT + (RTLT₁ + RTLT₂ + RTLT₃ ...)
there can be multiple Recieve TLT's in the equation as there can be track between multiple network nodes in the system