From e82b5c1dd3420093c269d6d4e0bae80c6331e396 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 24 Nov 2008 20:53:39 +0000 Subject: temp ceckin --- src/connectionParam.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/connectionParam.h') diff --git a/src/connectionParam.h b/src/connectionParam.h index 337151c..8558c24 100644 --- a/src/connectionParam.h +++ b/src/connectionParam.h @@ -45,13 +45,12 @@ class ConnectionParam { public: ConnectionParam(const ConnectionParam & src); - 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_, boost::asio::ip::udp::endpoint endpoint); KeyDerivation& kd_; SeqWindow& seq_window_; seq_nr_t seq_nr_; - std::string remote_host_; - u_int16_t remote_port_; + boost::asio::ip::udp::endpoint endpoint_; private: //TODO: check if this is ok -- cgit v1.2.3