diff options
Diffstat (limited to 'roaming.h')
-rw-r--r-- | roaming.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: roaming.h,v 1.5 2009/10/24 11:11:58 andreas Exp $ */ | 1 | /* $OpenBSD: roaming.h,v 1.6 2011/12/07 05:44:38 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2004-2009 AppGate Network Security AB | 3 | * Copyright (c) 2004-2009 AppGate Network Security AB |
4 | * | 4 | * |
@@ -18,8 +18,9 @@ | |||
18 | #ifndef ROAMING_H | 18 | #ifndef ROAMING_H |
19 | #define ROAMING_H | 19 | #define ROAMING_H |
20 | 20 | ||
21 | #define DEFAULT_ROAMBUF 65536 | 21 | #define DEFAULT_ROAMBUF 65536 |
22 | #define ROAMING_REQUEST "roaming@appgate.com" | 22 | #define MAX_ROAMBUF (2*1024*1024) /* XXX arbitrary */ |
23 | #define ROAMING_REQUEST "roaming@appgate.com" | ||
23 | 24 | ||
24 | extern int roaming_enabled; | 25 | extern int roaming_enabled; |
25 | extern int resume_in_progress; | 26 | extern int resume_in_progress; |