-
Notifications
You must be signed in to change notification settings - Fork 1
Open Source Contributions
Will Hawkins edited this page Apr 11, 2023
·
8 revisions
Features
- unix: Use extended tcp_info on Linux - Will Hawkins (University of Cincinnati)
- net/http: support streaming POST content in wasm - Will Hawkins (University of Cincinnati)
Major fixes
- x/net/http2: Fix Silly Window Syndrome in Server - Will Hawkins (University of Cincinnati)
Minor fixes
- sync/atomic: clarify that 8-byte alignment of variables is due to escape - Will Hawkins (University of Cincinnati)
- unix: add support for TCP_CONNECTION_INFO on macOS - Will Hawkins (University of Cincinnati)
- net/http, crypto/tls: centralize mgmt of TLS trace events - Will Hawkins (University of Cincinnati)
- unix: define extended TCPInfo on Linux - Will Hawkins (University of Cincinnati)
- runtime: filter i/o async entries using completion key on windows - Will Hawkins (University of Cincinnati)
Improving Responsiveness
- Add http2.default_buffer_water_mark config to tune latency - Randall Meyer (Apple)
- Add support for TCP_NOTSENT_LOWAT sockopt - Randall Meyer (Apple)
Minor fixes
Stand-alone implementation of "Responsiveness under working conditions" at https://github.com/network-quality/goresponsiveness.
Stand-alone configuration files to enable "Responsiveness measurement endpoints" at https://github.com/network-quality/server.