mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 03:43:23 +00:00
Refactor sock option implementations
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
782cd05ade
commit
f8eca84a99
@ -1,8 +1,7 @@
|
||||
mod always_some;
|
||||
mod common;
|
||||
mod datagram;
|
||||
mod stream;
|
||||
pub mod stream;
|
||||
|
||||
pub use datagram::DatagramSocket;
|
||||
pub use stream::options as tcp_options;
|
||||
pub use stream::StreamSocket;
|
||||
|
Reference in New Issue
Block a user