From 4eb313c0b0e5eea2a453a3d551889f614fd2949e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 12 Dec 2007 16:21:51 +0000 Subject: added buffer size --- syncSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syncSocket.cpp') diff --git a/syncSocket.cpp b/syncSocket.cpp index 5db5fbd..44616fd 100644 --- a/syncSocket.cpp +++ b/syncSocket.cpp @@ -68,7 +68,7 @@ void SyncSocket::OnLine(const std::string& line) SeqWindow * seq= new SeqWindow(0); seq_nr_t seq_nr_=0; KeyDerivation * kd = new KeyDerivation; - kd->init(::Buffer(), ::Buffer()); + kd->init(::Buffer(20), ::Buffer(14)); ConnectionParam conn ( (*kd), (*seq), seq_nr_, "", 0); ia >> conn; std::cout << "sync connection remote host " << conn.remote_host_ << ":" << conn.remote_port_ << std::endl; -- cgit v1.2.3