~brianaker/gearmand/734663

« back to all changes in this revision

Viewing changes to libgearman-server/gearmand.c

  • Committer: Brian Aker
  • Date: 2011-02-15 01:48:22 UTC
  • mfrom: (373.1.5 gearmand-trunk)
  • Revision ID: brian@tangent.org-20110215014822-2rbjyk2a1stv4pev
Merge in bug fix for memcached, and various icc failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 */
13
13
 
14
14
#include "common.h"
 
15
 
 
16
#include <sys/types.h>
 
17
#include <sys/socket.h>
 
18
#include <netdb.h>
 
19
 
15
20
#include "gearmand.h"
16
21
 
17
22
/*
297
302
  (*gearmand->log_fn)(line, verbose, (void *)gearmand->log_context);
298
303
}
299
304
 
300
 
static const uint32_t bind_timeout= 0;
 
305
static const uint32_t bind_timeout= 100; // Number is not special
301
306
 
302
307
static gearman_return_t _listen_init(gearmand_st *gearmand)
303
308
{