mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:29:18 +02:00
* fixes MSG_* for darwin
git-svn-id: trunk@4650 -
This commit is contained in:
parent
355e101bc1
commit
6c72c50126
@ -233,8 +233,12 @@ Const
|
||||
MSG_WAITALL = $0040; { Wait for a full request }
|
||||
MSG_DONTWAIT = $0080; { Non-blocking I/O }
|
||||
MSG_EOF = $0100;
|
||||
MSG_NBIO = $4000;
|
||||
MSG_COMPAT = $8000;
|
||||
MSG_SOCALLBCK = $10000;
|
||||
MSG_NOSIGNAL = $20000; { Do not generate SIGPIPE }
|
||||
MSG_WAITSTREAM = $0200; { wait up to full request.. may return partial }
|
||||
MSG_FLUSH = $0400; { Start of 'hold' seq; dump so_temp }
|
||||
MSG_HOLD = $0800; { Hold frag in so_temp }
|
||||
MSG_SEND = $1000; { Send the packet in so_temp }
|
||||
MSG_HAVEMORE = $2000; { Data ready to be read }
|
||||
MSG_RCVMORE = $4000; { Data remains in current pkt }
|
||||
MSG_COMPAT = $8000; { used in sendit() }
|
||||
MSG_NEEDSA = $10000; { Fail receive if socket address cannot be allocated }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user