commit | 3b9e7adcf44d3970944913fb1e3f0b4f3979f3a9 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed Mar 27 15:16:45 2013 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed Mar 27 15:16:45 2013 +0000 |
tree | c141e6c5e5d7bfb48deb0d8059622e88cf4d0f1e | |
parent | c2bb76515beaa0fb531c1aa959834f6f876b89f9 [diff] |
Event connect: don't penalize AF_INET6 connections. Problems with setsockopt(TCP_NODELAY) and setsockopt(TCP_NOPUSH), as well as sendfile() syscall on Solaris, are specific to UNIX-domain sockets. Other address families, i.e. AF_INET and AF_INET6, are fine.