summaryrefslogtreecommitdiff
path: root/src/net/fd_windows.go
Commit message (Collapse)AuthorAgeFilesLines
* net: disable SIO_UDP_CONNRESET behavior on windows.Ron Hashimoto2014-10-101-0/+12
| | | | | | | | | | | Fixes issue 5834. LGTM=alex.brainman R=golang-codereviews, bradfitz, alex.brainman, mikioh.mikioh, in60jp, iant CC=golang-codereviews https://codereview.appspot.com/149510043 Committer: Alex Brainman <alex.brainman@gmail.com>
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+644
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.