http://git.community.i2p/PurpleI2P/i2pd/src/commit/29e861d1e6cb962ab35f255d61c27368894f6c1e/libi2pd_client/ClientContext.cpp
Start ( ) ; // HTTP proxy ReadHttpProxy ( ) ; // SOCKS proxy ReadSocksProxy ( ) ; // I2P tunnels ReadTunnels ( ) ; // SAM bool sam ; i2p : : config : : GetOption ( " sam.enabled " , sam ) ; if ( sam ) { std : : string samAddr ; i2p : : config : : GetOption ( " sam.address " , samAddr ) ; uint16_t samPort ; i2p : : config : : GetOption ( " sam.port " , samPort ) ; LogPrint ( eLogInfo , " Clients: starting SAM bridge at " , samAddr , " : " , samPort ) ; try...