http://git.community.i2p/PurpleI2P/i2pd/commit/c65dc44f205c545499f71c31a69a0f8ad0e4521f
ToBase32 ( ) ) ; return s ; } } /** create new */ boost : : asio : : ip : : udp : : endpoint ep ( boost : : asio : : ip : : address : : from_string ( " 127.0.0.1 " ) , 0 ) ; m_Sessions . push_back ( new UDPSession ( ep , m_LocalDest , m_ Endpoint , ih , localPort , remotePort ) ) ; /** create new udp session */ boost : : asio : : ip : : udp : : endpoint ep ( m_LocalAddress , 0 ) ; m_Sessions . push_back ( new UDPSession ( ep , m_LocalDest , m_ Remote...