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:
(text/x-markdown)
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. |