Skip to content

Fix isOurOperatingSystemLimitedToHavingVeryFewHalfOpenConnections on BSD #816

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

Merged
merged 1 commit into from
Oct 16, 2015

Conversation

PeterSurda
Copy link
Member

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

Supercedes #811

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 added a commit that referenced this pull request Oct 16, 2015
Fix isOurOperatingSystemLimitedToHavingVeryFewHalfOpenConnections on BSD
@PeterSurda PeterSurda merged commit e4dff6a into Bitmessage:testing 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