pub type OutgoingTx<Resp> = UnboundedSender<(Resp, SocketAddr)>;
pub struct OutgoingTx<Resp>(/* private fields */);