View previous topic :: View next topic |
Author |
Message |
superfrog12
Joined: 22 Jun 2008 Posts: 14
|
Posted: Mon Dec 14, 2009 7:23 pm Post subject: Why is network speed so very slow on PS2 |
|
|
Hello,
Why is the transfer speed from PS2 to PC so very slow in program like ftp and also other? is it because of some limitation in PS2 hardware or is it because of unoptimized tcp/ip stack? if so, what is the bottleneck, do you know?
thank you |
|
Back to top |
|
|
dlanor
Joined: 28 Oct 2004 Posts: 269 Location: Stockholm, Sweden
|
Posted: Fri Dec 18, 2009 8:32 pm Post subject: Re: Why is network speed so very slow on PS2 |
|
|
superfrog12 wrote: | Hello,
Why is the transfer speed from PS2 to PC so very slow in program like ftp and also other? is it because of some limitation in PS2 hardware or is it because of unoptimized tcp/ip stack? if so, what is the bottleneck, do you know?
| In most cases it is due to unoptimized programming, which can be distributed over both the high-level main application (such as the FTP server for PS2), and the IRX modules such as the low-level ethernet hardware driver and the TCP/IP stack driver.
It is interesting to note here that the "host:" device driver implemented 'on top of' the TCP/IP stack is in fact much faster for transfers in either direction than any of the FTP server implementations of the PS2 ever were. This is especially so when using the improved network modules that EEUG developed for SMS.
For most PC-PS2 transfer needs I recommend using uLaunchELF and its "host:" device at the PS2 end with PS2ClientLoader + PS2Client at the PC end. Just remember to activate the HOST ability for writing data on the PC by changing "NET_HOSTwrite = 0" to "NET_HOSTwrite = 1" in your LAUNCHELF.CNF file.
Best regards: dlanor |
|
Back to top |
|
|
superfrog12
Joined: 22 Jun 2008 Posts: 14
|
Posted: Sun Dec 20, 2009 3:14 am Post subject: |
|
|
hello dlanor,
thank you for your suggestion, i will try it |
|
Back to top |
|
|
dlanor
Joined: 28 Oct 2004 Posts: 269 Location: Stockholm, Sweden
|
Posted: Mon Mar 22, 2010 8:51 pm Post subject: Re: solution for internet speed ! |
|
|
Hosana wrote: | Heh cool!!
Follow these to increase the speed of the internet
clear out the cookies in the browser , i feel it will be reason for your internet slow process .
Admin: This was spam....
| Regardless of what effect your 'tip' will have for web browsing with a PC, it has nothing at all to do with what we were discussing in this thread, which ONLY concerns speed issues in network transfers between a local PC and a local PS2 console.
Internet is not involved in this at all, and neither is any Web browser or its 'cookies'.
Best regards: dlanor |
|
Back to top |
|
|
|