MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / check_routing_table

Method check_routing_table

starrynet/sn_synchronizer.py:199–201  ·  view source on GitHub ↗
(self, sat_index, time_index)

Source from the content-addressed store, hash-verified

197 self.recovery_time.append(time_index)
198
199 def check_routing_table(self, sat_index, time_index):
200 self.route_src.append(sat_index)
201 self.route_time.append(time_index)
202
203 def set_next_hop(self, sat_index, des, next_hop_sat, time_index):
204 self.sr_src.append(sat_index)

Callers 2

example.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected