lib/tsocket: add a comment regarding TEVENT_FD_READ in tstream_bsd_connect_send()
authorStefan Metzmacher <metze@samba.org>
Wed, 26 Feb 2020 15:36:30 +0000 (16:36 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 26 Feb 2020 19:45:36 +0000 (19:45 +0000)
commit6d63fa024668d1f02fee0fa6b309497703be6a96
treef2de0f54c5313a3d7a730fc0996d94c2e6ab263e
parentaab5c8470f72f601b4185bb49d5539c4f29b3cd8
lib/tsocket: add a comment regarding TEVENT_FD_READ in tstream_bsd_connect_send()

This is different compared to the raw usage of [e]poll
where [E]POLLOUT is enough to see errors via POLLERR/POLLHUP.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tsocket/tsocket_bsd.c