Héctor Contreras
2016-09-04 16:29:46 UTC
Hello, I have a little doubt
What is the difference between these two variables?
session_status sess_stat = ses.status ();
sess_stat.num_peers
and
torrent_status s;
s = h.status ()
s.num_peers
In the output shown different results
------------------------------------------------------------------------------
What is the difference between these two variables?
session_status sess_stat = ses.status ();
sess_stat.num_peers
and
torrent_status s;
s = h.status ()
s.num_peers
In the output shown different results
------------------------------------------------------------------------------