Way of the Force

irn-startup-req

This packet is sent by an irn router after having established an outgoing irn connection.

FORMAT

({
  "irn-startup-req",
  (int),       // ttl
  (string),    // srcrouter
  0,
  (string),    // dstrouter
  0,
  (mapping)    // startup info
})

The startup info mapping contains 2 entries:

([
  "client_password":(int) // The password of the router sending the request
  "server_password":(int) // The password of the router receiving the request
])

Back to index