Jump to content

µTorrent 3.0 "Falcon" (32-bit) alpha 25207


Firon

Recommended Posts

  • Replies 1.5k
  • Created
  • Last Reply

Top Posters In This Topic

@mrMan01: As I understand it, µTorrent 3.0 requires HTTP cookies to be sent now.

Thanks Utima that was the problem,

I changed my script to this (which gets the list of active torrents back).

Code is powershell

$port = "80"

$server = "server"

$user = "Guest123aHjp87dw"

$pass = $null

$utorrentUrl = "http://$server`:$port/gui/"

$webClient = new-object System.Net.WebClient

$webClient.Headers.Add("user-agent", "PowerShell Script")

$webClient.Credentials = new-object System.Net.NetworkCredential($user, $pass)

$result = $webClient.DownloadString($utorrentUrl + "token.html")

[string]$cookies = $webClient.ResponseHeaders["Set-Cookie"]

if ($result -match ".*<div[^>]*id=[`"`']token[`"`'][^>]*>([^<]*)</div>.*")

{

$token = $matches[1]

$webClient.Headers.Add("Cookie", $cookies)

$result = $webClient.DownloadString($utorrentUrl + "?list=1&token=" + $token)

}

Link to comment
Share on other sites

With b22941, I'm seeing a lot of 'yellow' in the pieces.

It's starting pieces and not finishing them. I'm talking, near the end of a torrent, if it's got 1100 x512kb pieces, we'll have 20mb to go, and 150 pieces to go, all partly downloaded, with just a chunk or two left. It then takes forever to hit endgame mode, if ever.

Link to comment
Share on other sites

- Feature: restart application after reboot caused by windows update / install if OS supports.

Woo, you did my idea!

I suppose now I'll have to try the brave new world of 3.0 alpha instead of the relative comfort of 2.2 to test it out... =)

Hey, it was a good idea. :P

Link to comment
Share on other sites

The Bandwidth Allocation context sub-menu don't works properly:

Selecting Low it switch to Normal

Selecting Normal it switch to High

Selecting High it switch to ??? (in Bw.Alloc you can see: About: %sPublisher: %SRelease Date....)

bye

I'm seeing this same issue as well. Additionally, RSS downloads are also starting off in "High" priority for me.

Link to comment
Share on other sites

I noticied that it uses the upload priorities differently. I have like 10 or 15 torrents seeding and it would only seed from one or 2, while uTorrent 2.x seeds from all of them. Is is a new feature? I couldn't find anything in the options to disable it
That was the special upload slot global choker method added by alus. uTorrent v2.2 betas had this as well, but it was removed and replaced with the older upload slot handler from v2.0.4 in v2.2 stable release because of this and other problems with it.
Link to comment
Share on other sites

I noticied that it uses the upload priorities differently. I have like 10 or 15 torrents seeding and it would only seed from one or 2' date=' while uTorrent 2.x seeds from all of them. Is is a new feature? I couldn't find anything in the options to disable it[/quote']That was the special upload slot global choker method added by alus. uTorrent v2.2 betas had this as well, but it was removed and replaced with the older upload slot handler from v2.0.4 in v2.2 stable release because of this and other problems with it.

Hmm, so will it continue being a part of 3 or will it be removed?

Link to comment
Share on other sites

3.png

4.png

5.png

6.png

bt.tcp_rate_control false

diskio.coalesce_write_size 16777216

net.max_halfopen 10 (tcp.sys patched to 20)

net.utp_initial packet_size 5

net.utp_packet_size_intrval 9

net.utp_receive_target_delay 400 (adsl)

net.utp_target_delay 400 (adsl)

line is maxed out(4mbit down/1.8 up) but ping and speed are unstable - overloaded isp

adsl router un bridge mode(connection established wia raspppoe), mtu 1492

if you want - another time resolutions (2.2 only, 2.2.1 seems to upload unstable):

http://hotimg23.fotki.com/a/94_178/50_72/1s.png

http://hotimg23.fotki.com/a/94_178/50_72/5s.png

http://hotimg23.fotki.com/a/94_178/50_72/5m.png

http://hotimg23.fotki.com/a/94_178/50_72/30s.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...