15 lines
298 B
Text
15 lines
298 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/n_query Get info about a node}
|
||
|
|
||
|
[
|
||
|
int - node ID
|
||
|
] * N
|
||
|
|
||
|
The server sends an /n_info message for each node to registered
|
||
|
clients.
|
||
|
|
||
|
See Node Notifications below for the format of the /n_info message.
|
||
|
|