diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 09:43:05 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 09:43:05 +0000 |
commit | a015651a5d17eee7832199f1266f000292a40ef5 (patch) | |
tree | b895edd61c8a2e9457938fa8d1c1867e3a889274 /connectionParam.h | |
parent | added syncbuffer (diff) |
added multible precission integer class
key derivation
Diffstat (limited to 'connectionParam.h')
-rw-r--r-- | connectionParam.h | 3 |
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: |