| 
      
      
      From: Mike H. <mho...@gr...> - 2004-06-22 00:23:59
      
     | 
| I noticed that we are trying to include sys/socket.h on ALL platforms. We shouldn't be doing this under Windows. I'll be checking in a fix shortly. The other oddity is that the changes to support IPv6 seem to always kick us into using ADDRINFO on recent versions of Linux. This works, but moves all streams to PF instead of AF. Things work, I just want to point out that this probably shouldn't be default behavior. We probably only really want to kick across to PF streams when actually using IPv6 to connect. -Mike |