Penguin
Blame: MSG_DONTWAIT
EditPageHistoryDiffInfoLikePages
Annotated edit history of MSG_DONTWAIT version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 SzaboZoltan 1 The MSG_DONTWAIT flag tells the appropriate socket operation to work in a non-blocking way. The operation will return immediately with [EINPROGRESS]. In this mode all, some or no data will be sent. If there's an upcall function, it will be invoked after all data is sent.