ObjFW  View Ticket

Ticket UUID: 51af758d148935deaa7d675450ca7ba18900c431
Title: OFSPXSocket does not work on FreeBSD 10.4
Status: Open Type: Code_Defect
Severity: Important Priority: Low
Subsystem: Resolution:
Last Modified: 2023-06-17 21:51:48
Version Found In: Milestone: none
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.