Menu

#117 Compile on cygwin

closed-accepted
nobody
None
5
2005-05-01
2005-04-09
Ian Sheldon
No

Cygwin doesn't provide either MSG_DONTWAIT or
AF_INET6. Minor patch to conditionally check for this.
The only alternative cygwin has is to use the default flag
instead of MSG_DONTWAIT, which shouldn't be a
problem for udp.

Maybe the checks should be moved to the configure
script?

This makes the code work under cygwin on XP.
Unfortunately XP SP2 limits the number of pending
socket connects so many of the config limits need to be
reduced to use it (e.g., connection pool size, number
concurrent downloads).

Hope it's useful.

Discussion

  • Ian Sheldon

    Ian Sheldon - 2005-04-09

    patch to enable compilation under cygwin

     
  • Christian Biere

    Christian Biere - 2005-05-01
    • status: open --> closed
     
  • Christian Biere

    Christian Biere - 2005-05-01
    • status: closed --> closed-accepted
     
  • Christian Biere

    Christian Biere - 2005-05-01

    Logged In: YES
    user_id=643728

    Thanks, I've modified the sources so that these two are not
    in your way anymore.

     

Log in to post a comment.