select next lease with same gateway if possible

This commit is contained in:
orignal 2015-04-16 11:38:36 -04:00
parent 12465f840a
commit 873754c6ca
2 changed files with 23 additions and 8 deletions

View file

@ -147,7 +147,7 @@ namespace stream
void ProcessAck (Packet * packet);
size_t ConcatenatePackets (uint8_t * buf, size_t len);
void UpdateCurrentRemoteLease ();
void UpdateCurrentRemoteLease (bool expired = false);
template<typename Buffer, typename ReceiveHandler>
void HandleReceiveTimer (const boost::system::error_code& ecode, const Buffer& buffer, ReceiveHandler handler);