Skip to content

Commit

Permalink
Remove resolved TODO comment. (bytecodealliance#8969)
Browse files Browse the repository at this point in the history
  • Loading branch information
badeend authored Jul 17, 2024
1 parent 41eca60 commit a4d451b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/wasi/src/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,6 @@ impl TcpSocket {
}

pub fn set_keep_alive_count(&self, value: u32) -> SocketResult<()> {
// TODO(rylev): do we need to check and clamp the value?

let view = &*self.as_std_view()?;
Ok(network::util::set_tcp_keepcnt(view, value)?)
}
Expand Down

0 comments on commit a4d451b

Please sign in to comment.