w00t-labs / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
0 stars 0 forks source link

About libtorrent alert #601

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I use libtorrent in my app, I set_alert_mask(alert::all_categories), 
alert_queue_size = 6000000;
2.I can get alert immediately when run my app on windows 8;
3.I cannot get alert immediately when run my app on windows server 2008 R2, so 
wait for a long[about one hour], I can get some alert.

What is the expected output? What do you see instead?
I just want to get alert from libtorrent.

What version of the product are you using? On what operating system?
libtorrent 0.16.13
OS: windows 8 and windows server 2008 R2

Please provide any additional information below.

Original issue reported on code.google.com by voi...@hotmail.com on 19 Apr 2014 at 10:36

GoogleCodeExporter commented 8 years ago
alerts have a timestamp field in them. is this field an hour or so old by the 
time you receive the alert? (you can compare it to time_now())

Original comment by arvid.no...@gmail.com on 20 Apr 2014 at 4:34

GoogleCodeExporter commented 8 years ago
Thanks, I will try what you say.

Original comment by voi...@hotmail.com on 21 Apr 2014 at 1:30