11 lines
250 B
Scheme
11 lines
250 B
Scheme
|
; /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.
|