https://github.com/kkirsche/golang_issue_22150
https://github.com/golang/go/issues/22150
https://github.com/kkirsche/golang_issue_22150
golang issue networking
Last synced: 11 days ago
JSON representation
https://github.com/golang/go/issues/22150
- Host: GitHub
- URL: https://github.com/kkirsche/golang_issue_22150
- Owner: kkirsche
- License: apache-2.0
- Created: 2017-10-05T14:58:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T15:16:02.000Z (over 8 years ago)
- Last Synced: 2025-03-06T15:28:27.410Z (over 1 year ago)
- Topics: golang, issue, networking
- Language: Go
- Size: 22.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang_issue_22150
Demo of https://github.com/golang/go/issues/22150
## Building
```
make build
```
## Example
Reproducible on Darwin and Linux (potentially others also)
### 1.8.4
```
~/g/g/s/g/k/golang_issue_22150 ❯❯❯ sudo ./bin/go1.8.4/golang_issue_22150.release.1.0.0.amd64.darwin ⏎
INFO[0000] Successfully created raw connection
```
### 1.9.1
```
~/g/g/s/g/k/golang_issue_22150 ❯❯❯ sudo ./bin/go1.9.1/golang_issue_22150.release.1.0.0.amd64.darwin ⏎
ERRO[0000] Send() Error: Raw connection creation error="operation not supported"
```