Don't comment on stream socket handling in sosend_dgram, since that's
not handled. MFC after: 3 weeks
This commit is contained in:
parent
cb830106c3
commit
86b3bcad7d
@ -970,9 +970,6 @@ sosend_dgram(struct socket *so, struct sockaddr *addr, struct uio *uio,
|
|||||||
* must use a signed comparison of space and resid. On the other
|
* must use a signed comparison of space and resid. On the other
|
||||||
* hand, a negative resid causes us to loop sending 0-length
|
* hand, a negative resid causes us to loop sending 0-length
|
||||||
* segments to the protocol.
|
* segments to the protocol.
|
||||||
*
|
|
||||||
* Also check to make sure that MSG_EOR isn't used on SOCK_STREAM
|
|
||||||
* type sockets since that's an error.
|
|
||||||
*/
|
*/
|
||||||
if (resid < 0) {
|
if (resid < 0) {
|
||||||
error = EINVAL;
|
error = EINVAL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user