Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-reuseport
Commits
7102aa90
Commit
7102aa90
authored
Jan 09, 2019
by
Steven Allen
Committed by
Matt Joiner
Jan 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document go version requirement
And refuse to build on older versions.
parent
9e3f8c08
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
README.md
README.md
+2
-0
old_go_warning.go
old_go_warning.go
+6
-0
No files found.
README.md
View file @
7102aa90
...
...
@@ -2,6 +2,8 @@
[
![travisbadge
](
https://travis-ci.org/libp2p/go-reuseport.svg
)
](https://travis-ci.org/libp2p/go-reuseport)
**NOTE:**
This package REQUIRES go >= 1.11.
This package enables listening and dialing from _the same_ TCP or UDP port.
This means that the following sockopts may be set:
...
...
old_go_warning.go
0 → 100644
View file @
7102aa90
// +build !go1.11
"go-reuseport requires go >= 1.11"
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment