]> Cypherpunks repositories - gostls13.git/commit
syscall: migrate new UDP send/recv API to internal/syscall/unix
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 3 Nov 2021 20:43:12 +0000 (13:43 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 3 Nov 2021 21:45:33 +0000 (21:45 +0000)
commitd3f5dd57811ca6c55654e67c58cf594fc2e5091e
tree8dec20e267174282b3c11a8fd1d4690d114915a7
parent7f2463cc363fe8dbcbb89d521d1ede650de86c9b
syscall: migrate new UDP send/recv API to internal/syscall/unix

CL 331490 and friends added new API to package syscall.
This was a mistake that we need to fix before Go 1.18 is released.

Change-Id: I697c9a4fa649d564822f585dc163df5ab9e5ae08
Reviewed-on: https://go-review.googlesource.com/c/go/+/361216
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
api/next.txt
src/internal/poll/fd_unix.go
src/internal/poll/fd_windows.go
src/internal/syscall/unix/net.go [new file with mode: 0644]
src/internal/syscall/unix/net_js.go [new file with mode: 0644]
src/internal/syscall/windows/net_windows.go [new file with mode: 0644]
src/syscall/net_js.go
src/syscall/syscall_unix.go
src/syscall/syscall_windows.go