- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
          os::net: expanding TcpStreamExt for Linux with tcp_deferaccept.
          #119636
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| r? @m-ou-se (rustbot has picked a reviewer for you, use r? to override) | 
e2c4ab4    to
    92c350f      
    Compare
  
    | Follow-up issue #119639 | 
| ☔ The latest upstream changes (presumably #117285) made this pull request unmergeable. Please resolve the merge conflicts. | 
92c350f    to
    3e43bf0      
    Compare
  
    | @bors r+ rollup | 
…=joshtriplett os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`. allows for socket to process only when there is data to process, the option sets a number of seconds until the data is ready.
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#119636 (os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`.) - rust-lang#121261 (coverage: Remove `pending_dups` from the span refiner) - rust-lang#121336 (triagebot: add queue notifications) - rust-lang#121391 (never patterns: Fix liveness analysis in the presence of never patterns) - rust-lang#121399 (Solaris linker does not support --strip-debug) - rust-lang#121406 (Add a couple tests) Failed merges: - rust-lang#121206 (Top level error handling) r? `@ghost` `@rustbot` modify labels: rollup
| @bors r- | 
3e43bf0    to
    d75e770      
    Compare
  
    allows for socket to process only when there is data to process, the option sets a number of seconds until the data is ready.
629142a    to
    85bf443      
    Compare
  
    | @rustbot review | 
| @bors r+ | 
| ☀️ Test successful - checks-actions | 
| Finished benchmarking commit (8790c3c): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment. 
 CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 650.523s -> 651.138s (0.09%) | 
allows for socket to process only when there is data to process, the option sets a number of seconds until the data is ready.