summaryrefslogtreecommitdiff
path: root/connectionParam.h
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-11 09:43:05 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-11 09:43:05 +0000
commita015651a5d17eee7832199f1266f000292a40ef5 (patch)
treeb895edd61c8a2e9457938fa8d1c1867e3a889274 /connectionParam.h
parentadded syncbuffer (diff)
added multible precission integer class
key derivation
Diffstat (limited to 'connectionParam.h')
-rw-r--r--connectionParam.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/connectionParam.h b/connectionParam.h
index 98eab34..4bd58ab 100644
--- a/connectionParam.h
+++ b/connectionParam.h
@@ -43,10 +43,11 @@
class ConnectionParam
{
public:
- ConnectionParam( KeyDerivation& kd, SeqWindow& seq_window,seq_nr_t seq_nr_, std::string remote_host, u_int16_t remote_port);
+ ConnectionParam( KeyDerivation& kd, SeqWindow& seq_window, seq_nr_t seq_nr_, std::string remote_host, u_int16_t remote_port);
KeyDerivation& kd_;
SeqWindow& seq_window_;
seq_nr_t seq_nr_;
+ sender_id_t sennder_id_;
std::string remote_host_;
u_int16_t remote_port_;
private: