Fix regression from r311568: collision of MSG_NOSIGNAL with MSG_MORETOCOME

lead to delayed send of data sent with sendto(MSG_NOSIGNAL).

Submitted by:	rrs
This commit is contained in:
Gleb Smirnoff 2017-01-18 17:09:22 +00:00
parent 1c6fccc166
commit cf66bb8db9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312387

View File

@ -446,7 +446,7 @@ struct msghdr {
#endif
#ifdef _KERNEL
#define MSG_SOCALLBCK 0x10000 /* for use by socket callbacks - soreceive (TCP) */
#define MSG_MORETOCOME 0x20000 /* additional data pending */
#define MSG_MORETOCOME 0x100000 /* additional data pending */
#endif
/*