ah9142

Results 3 issues of ah9142

Hello. If you are interested in accepting pull requests, I implemented encode/decode support for the absolute SMS validity period format as well as support for 2/3 enhanced SMS validity period...

Hello. I created the following minimal test script: ``` import sctp import socket sk = socket.socket(socket.AF_INET, socket.SOCK_SEQPACKET, socket.IPPROTO_SCTP) sock = sctp.sctpsocket_udp(socket.AF_INET, sk=sk) sock.sctp_send(b"Hello world!", to=("127.0.0.1", 11002)) ``` Running it with...

Change msg_len from int to Py_ssize_t.