mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-30 02:01:35 +00:00
protocols/autonat: Export DEFAULT_PROTOCOL_NAME
(#2717)
This commit is contained in:
committed by
GitHub
parent
cb3784a8b3
commit
e2bef93bd7
@ -27,7 +27,7 @@ pub use self::{
|
||||
Behaviour, Config, Event, InboundProbeError, InboundProbeEvent, NatStatus,
|
||||
OutboundProbeError, OutboundProbeEvent, ProbeId,
|
||||
},
|
||||
protocol::ResponseError,
|
||||
protocol::{ResponseError, DEFAULT_PROTOCOL_NAME},
|
||||
};
|
||||
pub use libp2p_request_response::{InboundFailure, OutboundFailure};
|
||||
|
||||
|
Reference in New Issue
Block a user