ObjFW  View Ticket

2024-05-22
20:14 Ticket [51af758d14] OFSPXSocket does not work on FreeBSD 10.4 status still Open with 1 other change artifact: 6dc74ec690 user: js
00:14 Ticket [51af758d14]: 4 changes artifact: 4721e853de user: js
2023-06-17
21:51 New ticket [51af758d14]. artifact: 9738ac026e user: js

Ticket UUID: 51af758d148935deaa7d675450ca7ba18900c431
Title: OFSPXSocket does not work on FreeBSD 10.4
Status: Open Type: Code Defect
Severity: Important Priority: Low
Subsystem: Resolution: Open
Last Modified: 2024-05-22 20:14:03
Version Found In: Milestone:
User Comments:
js added on 2023-06-17 21:51:48:

The SPX socket tests fail for -[sendBuffer:length:] on FreeBSD 10.4 due to send() in -[OFSequencedPacketSocket sendBuffer:length:] returning EINVAL. send() is not documented as returning EINVAL.

It is unclear whether FreeBSD supports SPX sockets in SOCK_SEQPACKET type at all.