From 13d211415d6a50b20190efd9a151ddd6b056a4c1 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sun, 9 Dec 2007 13:37:08 +0000 Subject: code clean up fixed sender sequence number (is a connection parameter) --- connectionParam.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'connectionParam.h') diff --git a/connectionParam.h b/connectionParam.h index c786db9..770c3bd 100644 --- a/connectionParam.h +++ b/connectionParam.h @@ -46,9 +46,10 @@ namespace boost { class ConnectionParam { public: - ConnectionParam( KeyDerivation& kd, SeqWindow& seq, 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_; + SeqWindow& seq_window_; + seq_nr_t seq_nr_; std::string remote_host_; u_int16_t remote_port_; private: -- cgit v1.2.3