Message270432
Tested on FreeBSD 10.3. getsockname() on a IPPROTO_SCTP protocol socket returns errno = FileNoFoundError. We could just comment out that test I guess.
My theory is that on FreeBSD, getsockname() on an SCTP socket fails if it is not bound. Indeed, adding a bind(('127.0.0.1', 11234)) call before the fdtype() call makes the test pass. |
|
| Date |
User |
Action |
Args |
| 2016-07-14 18:31:39 | nascheme | set | recipients:
+ nascheme, SilentGhost, martin.panter |
| 2016-07-14 18:31:39 | nascheme | set | messageid: <[email protected]> |
| 2016-07-14 18:31:39 | nascheme | link | issue27377 messages |
| 2016-07-14 18:31:39 | nascheme | create | |
|