rust-lightning/lightning/src
Jeffrey Czyz ac35492877
Rename NetGraphMsgHandler to P2PGossipSync
NetGraphMsgHandler implements RoutingMessageHandler to handle gossip
messages defined in BOLT 7 and maintains a view of the network by
updating NetworkGraph. Rename it to P2PGossipSync, which better
describes its purpose, and to contrast with RapidGossipSync.
2022-06-02 15:15:30 -07:00
..
chain Merge pull request #1434 from TheBlueMatt/2022-04-robust-payment-claims 2022-05-30 10:05:01 -07:00
ln Rename NetGraphMsgHandler to P2PGossipSync 2022-06-02 15:15:30 -07:00
routing Rename NetGraphMsgHandler to P2PGossipSync 2022-06-02 15:15:30 -07:00
util Rename NetGraphMsgHandler to P2PGossipSync 2022-06-02 15:15:30 -07:00
debug_sync.rs Create a simple FairRwLock to avoid readers starving writers 2022-05-10 23:40:20 +00:00
lib.rs Re-export core2::io or std::io depending on feature flags 2022-05-31 00:17:40 +00:00
sync.rs Create a simple FairRwLock to avoid readers starving writers 2022-05-10 23:40:20 +00:00