From fcd2f43f39e3d79593686a3c99fb4d26b40fc64e Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 8 Jul 2020 16:43:26 -0700 Subject: [PATCH] network: add warning to connection handling code. --- zebra-network/src/peer/connection.rs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/zebra-network/src/peer/connection.rs b/zebra-network/src/peer/connection.rs index 5913f4a4..a4dc892d 100644 --- a/zebra-network/src/peer/connection.rs +++ b/zebra-network/src/peer/connection.rs @@ -1,3 +1,19 @@ +// NOT A PLACE OF HONOR +// +// NO ESTEEMED DEED IS COMMEMORATED HERE +// +// NOTHING VALUED IS HERE +// +// What is here was dangerous and repulsive to us. This message is a warning +// about danger. +// +// The danger is in a particular module... it increases towards a center... the +// center of danger is pub async fn Connection::run the danger is still present, +// in your time, as it was in ours. +// +// The danger is to the mind. The danger is unleashed only if you substantially +// disturb this code. This code is best shunned and left encapsulated. + use std::collections::HashSet; use std::sync::Arc;