[Pkg-privacy-commits] [onioncat] 37/241: increased framebuffer to maximum size of IP packets

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 26 16:16:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch upstream-master
in repository onioncat.

commit 50dd41b52f98f02634947700090e24e2364d4ec2
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: https://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