mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 11:13:22 +00:00
@ -197,7 +197,7 @@ pub trait Socket: Sync + Send + Debug {
|
||||
_optval: &[u8],
|
||||
) -> Result<(), SystemError> {
|
||||
kwarn!("setsockopt is not implemented");
|
||||
return Err(SystemError::ENOSYS);
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user