summaryrefslogtreecommitdiff
path: root/source4/include/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/local.h')
-rw-r--r--source4/include/local.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/include/local.h b/source4/include/local.h
index 57aac01ca8..81dd7e8b20 100644
--- a/source4/include/local.h
+++ b/source4/include/local.h
@@ -227,4 +227,8 @@
/* size of listen() backlog in smbd */
#define SMBD_LISTEN_BACKLOG 10
+/* the range of ports to try for decrpc over tcp endpoints */
+#define DCERPC_TCP_LOW_PORT 1024
+#define DCERPC_TCP_HIGH_PORT 1300
+
#endif