Viewing profile — slowstart
slowstart
HN member- Joined
- Sun, Apr 05, 2020, 3:54 PM UTC
- HN karma
- 122
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About slowstart
No profile information was provided.
Recent public activity
-
comment
Comment #47977338
Hi Peter, are you seeing longer wait times for N-400 and citizenship processing? Can one travel out of the country for a few weeks while the application is pending or will this imp…
- comment
-
comment
Comment #27317605
You may be interested in this: https://techcommunity.microsoft.com/t5/networking-blog/makin... . The gist is that yes QUIC has higher CPU usage but all OS platforms are investing i…
-
comment
Comment #27317514
Our QUIC implementation MsQuic can run in both kernel and user mode on Windows. A PAL allows the core protocol logic to be agnostic.
-
comment
Comment #27210781
Thanks for the heads up. We will investigate to see what fraction of connections end up losing these options. Pacing TCP is certainly on our roadmap. Our QUIC implementation MsQuic…
-
comment
Comment #27204019
Windows historically defaulted to accepting timestamps when negotiated by the peer but didn't initiate the negotiation. There are benefits to timestamps and one downside (12 bytes …
-
comment
Comment #27203994
That's not expected. Are you using loopback sockets or are these sockets on different endpoints? Is this unidirectional or bidirectional traffic, i.e. are you doing both transfers …
-
comment
Comment #27203523
I cannot comment on queuing disciplines and limits in future products. Re. TCP_NOTSENT_LOWAT, you may want to look at the Ideal Send Backlog API that allows an application to have …
-
comment
Comment #27203417
It's called R(ecent) Acknowledgement and yes the work came out of Google. This is the single biggest change to TCP loss recovery in a decade. It is now a Standards Track RFC: https…
-
comment
Comment #27203200
You should look into the RSS configuration. https://docs.microsoft.com/en-us/windows-hardware/drivers/ne... and https://docs.microsoft.com/en-us/windows-server/networking/t...
-
comment
Comment #27203121
You are spot on. PktMon is the next generation tool in newer Windows 10 versions and brings many of the same benefits referred to in this blog - particularly being able to view pac…
-
comment
Comment #27202969
PktMon is the next generation tool in newer Windows 10 versions and brings many of the same benefits referred to in this blog - particularly being able to view packet captures and …
-
comment
Comment #27202955
I lead the Windows TCP team. We blogged about recent TCP advancements which is very relevant: https://techcommunity.microsoft.com/t5/networking-blog/algor...
- story
- story
-
comment
Comment #23019633
We are currently testing HTTP/3 support in IIS/http.sys internally. Cannot comment on any external product release timelines.
-
comment
Comment #23015553
Connection migration is part of the current Internet-Drafts. The generalized support for multi-path (i.e. usage of more than one path at the same time) is postponed to a future ver…
-
comment
Comment #23015523
We do extensive testing including stress testing and make use of tooling that can catch bugs early. We also partner with internal security teams to do fuzz testing and security rev…
-
comment
Comment #23015495
There is currently no standardization for QUIC APIs. You can check out the MsQuic API here: https://github.com/microsoft/msquic/blob/master/docs/API.md
-
comment
Comment #23015363
Since this had to run in kernel mode on Windows to power our HTTP stack, C was the language of choice. There exist other open source implementations of QUIC in C++ and Rust etc.
-
comment
Comment #23015190
RPC/gRPC are certainly possible use cases for the QUIC transport protocol. But no, we have not yet explored the use of QUIC in this context. For now we are focused on workloads tha…
-
comment
Comment #23014999
Please fire away any questions you may have! I lead the team that built this library. This blog has details on current development status and adoption within Microsoft: https://tec…