mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-04 15:33:19 +00:00
max redefined
This commit is contained in:
parent
08643a6641
commit
b91fb102d3
4
dnstun.c
4
dnstun.c
|
@ -29,6 +29,10 @@
|
|||
#include "tun.h"
|
||||
#include "dns.h"
|
||||
|
||||
#ifndef MAX
|
||||
#define MAX(a,b) ((a)>(b)?(a):(b))
|
||||
#endif
|
||||
|
||||
#define FRAMESIZE (64*1024)
|
||||
|
||||
int running = 1;
|
||||
|
|
Loading…
Reference in a new issue