ObjFW  Ticket Change Details

Overview

Artifact ID: 9738ac026e669b383bc8a38c2ba2febf259d7062b0d8a50c4fbb9fd113c4a919
Ticket: 51af758d148935deaa7d675450ca7ba18900c431
OFSPXSocket does not work on FreeBSD 10.4
User & Date: js on 2023-06-17 21:51:48
Changes

  1. icomment:
    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.
    
  2. login: "js"
  3. milestone changed to: "none"
  4. mimetype: "text/x-markdown"
  5. priority changed to: "Low"
  6. private_contact changed to: "c8a37120da0f2517297a682b10203a3a5eef21c2"
  7. severity changed to: "Important"
  8. status changed to: "Open"
  9. title changed to: "OFSPXSocket does not work on FreeBSD 10.4"
  10. type changed to: "Code_Defect"