File: settings.c

package info (click to toggle)
pen 0.34.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 836 kB
  • sloc: ansic: 6,364; sh: 1,552; makefile: 38
file content (14 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "config.h"
#ifndef WINDOWS
#include <sys/socket.h>
#else
#include <winsock2.h>
#endif

int foreground;
int abort_on_error = 0;
int multi_accept = 100;
int tcp_fastclose = 0;
int keepalive = 0;
int udp = 0;
int transparent = 0;