]> Cypherpunks repositories - gostls13.git/commit
net: reduce allocations for UDP send/recv on Windows
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 28 Jun 2021 22:41:20 +0000 (15:41 -0700)
committerDamien Neil <dneil@google.com>
Mon, 16 Aug 2021 23:57:10 +0000 (23:57 +0000)
commit2a193337164c8af8cba3d5c4ec0f36413c528bd8
treedc0cecef55b16e3c21b91f6e707941d83813162d
parent9c5eb16f6cba2b3d75f440dfec157183cc6d0f35
net: reduce allocations for UDP send/recv on Windows

This brings the optimizations added in CLs 331489 and 331490 to Windows.

Updates #43451

Change-Id: I75cf520050325d9eb5c2785d6d8677cc864fcac8
Reviewed-on: https://go-review.googlesource.com/c/go/+/331511
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
api/next.txt
src/internal/poll/fd_windows.go
src/syscall/syscall_windows.go