Ensure that real errors from connect() (eg. EINVAL) are detected and

acted on immmediately, even for nonblocking connects.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@175 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-05-11 12:03:10 +00:00
parent 8e66eb6653
commit 0219904860
2 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Improve connect() error handling. (caf)
* Remove obsolete .spec files. (caf)
* configure - only create sig.inc if it's actually needed. (caf)