aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-helper-nat-client-windows.c
Commit message (Collapse)AuthorAge
* LRN: Fixing Mantis #1974: On W32 winsock2.h defines FD_SETSIZE (if it was ↵Christian Grothoff2011-12-06
| | | | | | | not defined before inclusion of the header) to 64, which means that it's not possible to select on more than 64 sockets at once. This might work during the tests, but in the wild people might want to have more than 60 connections, at least in the transport service. The patch attached should increase the limit to 1024.
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* renaming gnunet-nat-server/client for consistency, other minor fixesChristian Grothoff2011-07-01