mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-25 12:37:24 +00:00
max redefined
This commit is contained in:
4
dnstun.c
4
dnstun.c
@@ -29,6 +29,10 @@
|
|||||||
#include "tun.h"
|
#include "tun.h"
|
||||||
#include "dns.h"
|
#include "dns.h"
|
||||||
|
|
||||||
|
#ifndef MAX
|
||||||
|
#define MAX(a,b) ((a)>(b)?(a):(b))
|
||||||
|
#endif
|
||||||
|
|
||||||
#define FRAMESIZE (64*1024)
|
#define FRAMESIZE (64*1024)
|
||||||
|
|
||||||
int running = 1;
|
int running = 1;
|
||||||
|
Reference in New Issue
Block a user