Vault7: CIA Hacking Tools Revealed
 
Navigation: » Directory » Cocoon » Cocoon
New Metaconnection Protocol Commands
- REQ_STATS- Syntax: REQ_STATS, %x rand(), STRING requestor
 Sends a request stats packet. On receipt, all nodes should forward along the broadcast tree and respond to requestor with an ANS_STATS
 
- Syntax: REQ_STATS, %x rand(), STRING requestor
- ANS_STATS- Syntax: ANS_STATS, STRING target_requestor, STRING my_name, (stats TBD...)
 Directed message to requestor (the cocoond, in practice) with who is sending the message + whatever stats we send back
 
- Syntax: ANS_STATS, STRING target_requestor, STRING my_name, (stats TBD...)
- 
SET- 
Syntax: SET, INT val_id, INT val_valueTell to set val_id to val_value, and forward on to the restCurrently the only valid val_id is for the DEADMAN_DELAY
 
-