Searched refs:unrecoverable (Results 1 – 2 of 2) sorted by relevance
183 std::set<int> unrecoverable{EACCES, EAFNOSUPPORT, EINVAL, EPROTONOSUPPORT}; in socketErrorIsRecoverable() local184 return unrecoverable.find(error) == unrecoverable.end(); in socketErrorIsRecoverable()
26 <scoffman@wellpartner.com> (unrecoverable error)