wenjing / rust-tsp

Rust implementation of the Trust Spanning Protocol
2 stars 2 forks source link

Add payload message types #55

Closed squell closed 5 months ago

squell commented 6 months ago

In particular: TSP_GEN and TSP_CTL, the latter with subtypes: NEW_REL(_REPLY), NEW_NEST(_REPLY) and REL_CANCEL.

Routed message will follow later.

squell commented 5 months ago

Closed by #58