How to DDOS yourself
devblog.bu.mp
How to DDOS yourself
1–10 of 22 posts
Re: How to DDOS yourself
#2Re: How to DDOS yourself
#3Re: How to DDOS yourself
#4Re: How to DDOS yourself
#5I guess just setting the phone to state to sending file while uploading the logs to the server was the solution. Is there a better way to solve this issue? The user did not put it as part of the article.
Re: How to DDOS yourself
#6[deleted]
(I work at Bump and fought these very Zombies.)
Re: How to DDOS yourself
#7[deleted]
Re: How to DDOS yourself
#8I guess just setting the phone to state to sending file while uploading the logs to the server was the solution. Is there a better way to solve this issue? The user did not put it as part of the article.
Meh, to me that's just band-aiding the problem. The core issue here is that they anticipate getting the log from each user approximately once every day or two (that's on average when people plug in their phones to charge). I would just keep track of the timestamp of the previous log upload, and simply ignore the Intent if it's within a certain threshold (say, less than 12 hours ago).
Re: How to DDOS yourself
#9Also, unconditionally opening a connection before finding out if they even have data to shoot across?
Re: How to DDOS yourself
#10Testing software before shipping found to help reduce undesired behavior in the field, film at 11. Also, unconditionally opening a connection before finding out if they even have data to shoot across?