[Pkg-privacy-commits] [onioncat] 37/340: increased framebuffer to maximum size of IP packets
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository onioncat.
commit a24b1dbcac411c1948e2e1202fb1a66c68c6a02e
Author: eagle <eagle at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date: Sat Mar 22 13:10:32 2008 +0000
increased framebuffer to maximum size of IP packets
git-svn-id: http://www.cypherpunk.at/svn/onioncat/trunk@178 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
ocat.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ocat.h b/ocat.h
index f043a84..2d503e6 100644
--- a/ocat.h
+++ b/ocat.h
@@ -25,7 +25,9 @@
//#define FRAME_SIZE 1504
-#define FRAME_SIZE 16440
+//#define FRAME_SIZE 16440
+// should be able to keep one maximum size ipv6-packet: 2^16 + 40 + 4
+#define FRAME_SIZE 65580
#define ONION_NAME_SIZE 23
#define DEQUEUER_WAKEUP 3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git
More information about the Pkg-privacy-commits
mailing list