Re: connect() access bytes after socket address
2013/2/28 Roland McGrath : > I agree they should be consistent. Note that sendto and sendmsg are > consistent with connect, rather than with bind. I didn't know that. But I still think that the bind() behavior is better. Giving the length without NUL is traditional practice in applications. Chan
Re: connect() access bytes after socket address
I agree they should be consistent. Note that sendto and sendmsg are consistent with connect, rather than with bind.