MCPcopy Create free account
hub / github.com/encodeous/nylon / RouterEvent

Method RouterEvent

core/router_algo.go:24–24  ·  view source on GitHub ↗
(event string, desc string, args ...any)

Source from the content-addressed store, hash-verified

22 TableInsertRoute(prefix netip.Prefix, route state.SelRoute)
23 TableDeleteRoute(prefix netip.Prefix)
24 RouterEvent(event string, desc string, args ...any)
25}
26
27func updateFeasibility(router *state.RouterState, advRoute state.PubRoute) {

Callers 5

RunGCFunction · 0.65
retractFunction · 0.65
HandleAckRetractFunction · 0.65
ComputeRoutesFunction · 0.65
SolveStarvationFunction · 0.65

Implementers 2

Nyloncore/nylon.go
RouterHarnesscore/router_harness.go

Calls

no outgoing calls

Tested by

no test coverage detected