cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
692 stars 304 forks source link

util.c added 15s timeout to send_line #90

Closed ghost closed 3 months ago

ghost commented 10 years ago

I was on a slow connection and noticed things were timing out. The timeout flag didn't change anything so I poked around and found send_line had no time out settings. I added 15 seconds and things started to work for me.