Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • HardenedBSD HardenedBSD
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • HardenedBSDHardenedBSD
  • HardenedBSDHardenedBSD
  • Repository
Switch branch/tag
  • HardenedBSD
  • sys
  • netinet
  • tcp_stacks
  • rack.c
Find file BlameHistoryPermalink
  • Randall Stewart's avatar
    tcp: Add a socket option to rack so we can test various changes to the slop value in timers. · 4f3addd9
    Randall Stewart authored May 26, 2021
    Timer_slop, in TCP, has been 200ms for a long time. This value dates back
    a long time when delayed ack timers were longer and links were slower. A
    200ms timer slop allows 1 MSS to be sent over a 60kbps link. Its possible that
    lowering this value to something more in line with todays delayed ack values (40ms)
    might improve TCP. This bit of code makes it so rack can, via a socket option,
    adjust the timer slop.
    
    Reviewed by: mtuexen
    Sponsered by: Netflix Inc
    Differential Revision:	https://reviews.freebsd.org/D30249
    4f3addd9