Skip to content

Fix isOurOperatingSystemLimitedToHavingVeryFewHalfOpenConnections on BSD #811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

krytarowski
Copy link

Examples:

NetBSD:

>>> print platform.version()
NetBSD 7.99.21 (GENERIC) #1: Sun Sep 13 01:23:14 CEST 2015  root@chieftec:/tmp/netbsd-tmp/sys/arch/amd64/compile/GENERIC
>>> print platform.release()
7.99.21

OpenBSD:

>>> print platform.version()
GENERIC#738
>>> print platform.release()
5.7

FreeBSD:

>>> print platform.version()
FreeBSD 11.0-CURRENT #0 r285794: Thu Jul 23 00:39:41 UTC 2015     [email protected]:/usr/obj/arm.armv6/usr/src/sys/RPI2
>>> print platform.release()
11.0-CURRENT

Examples:

NetBSD:
>>> print platform.version()
NetBSD 7.99.21 (GENERIC) Bitmessage#1: Sun Sep 13 01:23:14 CEST 2015  root@chieftec:/tmp/netbsd-tmp/sys/arch/amd64/compile/GENERIC
>>> print platform.release()
7.99.21

OpenBSD:
>>> print platform.version()
GENERIC#738
>>> print platform.release()
5.7

FreeBSD:
>>> print platform.version()
FreeBSD 11.0-CURRENT #0 r285794: Thu Jul 23 00:39:41 UTC 2015     [email protected]:/usr/obj/arm.armv6/usr/src/sys/RPI2
>>> print platform.release()
11.0-CURRENT
@PeterSurda
Copy link
Member

I have reviewed it and pulled into testing, will put it into master in a more regular lifecycle.

@PeterSurda PeterSurda closed this Oct 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants