|
|
@ -347,6 +347,7 @@ public class SocketFetcher {
|
|
|
|
socket.connect(new InetSocketAddress(iaddr, port), cto);
|
|
|
|
socket.connect(new InetSocketAddress(iaddr, port), cto);
|
|
|
|
else
|
|
|
|
else
|
|
|
|
socket.connect(new InetSocketAddress(iaddr, port));
|
|
|
|
socket.connect(new InetSocketAddress(iaddr, port));
|
|
|
|
|
|
|
|
eu.faircode.email.TrafficStatsHelper.connect(host, port, prefix);
|
|
|
|
eu.faircode.email.Log.i("Socket connected" +
|
|
|
|
eu.faircode.email.Log.i("Socket connected" +
|
|
|
|
" local=" + socket.getLocalSocketAddress() +
|
|
|
|
" local=" + socket.getLocalSocketAddress() +
|
|
|
|
" remote=" + socket.getRemoteSocketAddress());
|
|
|
|
" remote=" + socket.getRemoteSocketAddress());
|
|
|
|