about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/mod.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-06-09 13:55:32 +0200
committerGitHub <noreply@github.com>2025-06-09 13:55:32 +0200
commitd9563a5aa4b3cb361e5b9bf9c95e8a47b684119a (patch)
tree3d65a5c75864b5ca1bdfa38bfdd5389fbb173b33 /compiler/rustc_codegen_llvm/src/llvm/mod.rs
parentb6685d748fe4668571c05ba338f61520db6dacc9 (diff)
parent1666f8684d7cd274c24ef5dc3f09a3e192a463ba (diff)
downloadrust-d9563a5aa4b3cb361e5b9bf9c95e8a47b684119a.tar.gz
rust-d9563a5aa4b3cb361e5b9bf9c95e8a47b684119a.zip
Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35
Stabilize `tcp_quickack`

to stabilise the quickack part for now, tcp_deferaccept had been added at a later stage.

The related API calls are the following

```rust
// std::os::linux::net

// sealed trait, implemented for std::net::TcpStream
pub trait TcpStreamExt: Sealed{
  fn quickack(&self) -> io::Result<bool>;
  fn set_quickack(&self, quickack: bool) -> io::Result<()>;
}
```

Closes: https://github.com/rust-lang/rust/issues/96256
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/mod.rs')
0 files changed, 0 insertions, 0 deletions