[freenet-dev] 5eb705d855191cf87b1cfbbae46d968f1ddd7eb3

2009-07-10 Thread Matthew Toseland
On Thursday 09 July 2009 23:23:22 Florent Daigni?re wrote: > commit 5eb705d855191cf87b1cfbbae46d968f1ddd7eb3 > Author: Matthew Toseland > Date: Fri Jul 3 19:57:12 2009 +0100 > > Sanity check for UPnP bandwidth autodetection > > > + int upstreamBWLimit = >

[freenet-dev] 5eb705d855191cf87b1cfbbae46d968f1ddd7eb3

2009-07-10 Thread Florent Daignière
commit 5eb705d855191cf87b1cfbbae46d968f1ddd7eb3 Author: Matthew Toseland Date: Fri Jul 3 19:57:12 2009 +0100 Sanity check for UPnP bandwidth autodetection + int upstreamBWLimit = bwIndicator.getUpstramMaxBitRate(); + if(downstreamBWLimit > 0 &&

Re: [freenet-dev] 5eb705d855191cf87b1cfbbae46d968f1ddd7eb3

2009-07-10 Thread Matthew Toseland
On Thursday 09 July 2009 23:23:22 Florent Daignière wrote: commit 5eb705d855191cf87b1cfbbae46d968f1ddd7eb3 Author: Matthew Toseland t...@amphibian.dyndns.org Date: Fri Jul 3 19:57:12 2009 +0100 Sanity check for UPnP bandwidth autodetection + int upstreamBWLimit =

[freenet-dev] 5eb705d855191cf87b1cfbbae46d968f1ddd7eb3

2009-07-09 Thread Florent Daignière
commit 5eb705d855191cf87b1cfbbae46d968f1ddd7eb3 Author: Matthew Toseland t...@amphibian.dyndns.org Date: Fri Jul 3 19:57:12 2009 +0100 Sanity check for UPnP bandwidth autodetection + int upstreamBWLimit = bwIndicator.getUpstramMaxBitRate(); +