diff --git a/src/types.rs b/src/types.rs index 59d3dc7a4..e39f44c27 100644 --- a/src/types.rs +++ b/src/types.rs @@ -1,9 +1,3 @@ -pub struct NegotiationPacket { - conn_id: u64, - version: u32, - supported: Vec, -} - pub enum TransportParameter { InitialMaxStreamData(u32), InitialMaxData(u32),