Skip to content

Commit e9b9046

Browse files
committed
bump version to 0.6.2
1 parent 6aee0ac commit e9b9046

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

README.txt

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,21 @@ python setup.py install --dry-run
2020
* to just build and not install:
2121
python setup.py build
2222

23-
In case you want to install the module explicitely for Python 3,
24-
just replace _python_ by _python3_ in the commands above.
23+
In case you want to install the module explicitely for Python 2 or 3,
24+
just replace _python_ by _python2_ / _python3_ in the commands above.
2525

2626
======================================================================
2727
DEPENDENCIES:
2828

29-
You can automatically install dependencies for Debian/Ubuntu (for Python 2):
29+
You can automatically install dependencies for Debian/Ubuntu:
3030
make installdeps
3131

32-
Otherwise, necessary would be e.g. on Ubuntu libsctp-dev, python-dev and / or
33-
python3-dev
32+
Otherwise, necessary would be e.g. on Ubuntu: libsctp-dev and python-dev
33+
(python2-dev or python3-dev for an explicit version of Python)
3434

35-
For Mac OSX (Montain lion OSX 10.8):
36-
https://nplab.fh-muenster.de/groups/wiki/wiki/f366c/SCTP_on_Mountain_Lion.html
37-
38-
Mac OSX SCTP Network Kernel Extension (NKE) available at:
39-
http://sctp.fh-muenster.de/sctp-nke.html
35+
Support for Mac OSX is not tested, but should be doable through the SCTP Network
36+
Kernel Extension (NKE) available at:
37+
https://github.com/sctplab/SCTP_NKE_HighSierra
4038

4139
======================================================================
4240
INTRODUCTION
@@ -47,7 +45,7 @@ SCTP sockets to be used in most situations where a TCP or UDP socket
4745
would work, while preserving the unique characteristics of the protocol.
4846

4947
For more information about SCTP, go to http://www.sctp.org or RFC 4960.
50-
For discussion, sources, bugs, go to http://github.com/philpraxis/pysctp
48+
For discussion, sources, bugs, go to http://github.com/p1sec/pysctp
5149

5250
In a nutshell, PySCTP can be used as follows:
5351

@@ -65,8 +63,8 @@ sk.close()
6563

6664
---------
6765

68-
The autotest programs (test.py and test_server.py) are actually a good
69-
example of pysctp usage.
66+
The autotest programs (e.g. test_local_cnx.py) are actually good examples of
67+
pysctp usage.
7068

7169
The BSD/Sockets SCTP extensions are defined by an IETF draft
7270
(draft-ietf-tsvwg-sctpsocket-10.txt) and PySCTP tries to map those
@@ -76,9 +74,6 @@ find advice about it in the the draft itself (not incredibly easy
7674
to understand though), as well the 3rd edition of Unix Network
7775
Programming.
7876

79-
WARNING: the API of this module is not stable yet. We expect not to
80-
change it too much, but do not base any critical work on it yet :)
81-
8277

8378
======================================================================
8479
DESCRIPTION

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pysctp 0.6.1
1+
pysctp 0.6.2

0 commit comments

Comments
 (0)