|
@@ -13,6 +13,9 @@ mod route;
|
|
mod socket_meta;
|
|
mod socket_meta;
|
|
mod socket_set;
|
|
mod socket_set;
|
|
|
|
|
|
|
|
+#[cfg(feature = "proto-igmp")]
|
|
|
|
+pub use self::interface::MulticastError;
|
|
pub use self::interface::{Config, Interface, InterfaceInner as Context};
|
|
pub use self::interface::{Config, Interface, InterfaceInner as Context};
|
|
|
|
+
|
|
pub use self::route::{Route, RouteTableFull, Routes};
|
|
pub use self::route::{Route, RouteTableFull, Routes};
|
|
-pub use socket_set::{SocketHandle, SocketSet, SocketStorage};
|
|
|
|
|
|
+pub use self::socket_set::{SocketHandle, SocketSet, SocketStorage};
|