Revision 8c04de3a chunker_streamer/chunk_pusher.c
chunker_streamer/chunk_pusher.c | ||
---|---|---|
32 | 32 |
static int peer_port; |
33 | 33 |
static bool exit_on_connect_failure = false; |
34 | 34 |
static bool connect_on_data = true; |
35 |
#ifdef MSG_NOSIGNAL |
|
35 | 36 |
static bool exit_on_send_error = false; |
37 |
#else |
|
38 |
static bool exit_on_send_error = true; |
|
39 |
#endif |
|
36 | 40 |
|
37 | 41 |
void initTCPPush(char* ip, int port) |
38 | 42 |
{ |
Also available in: Unified diff