| View previous topic :: View next topic |
| Author |
Message |
Mega Man
Joined: 18 Jun 2005 Posts: 274
|
Posted: Thu Oct 22, 2009 8:43 am Post subject: [PS2] ps2http.irx fixes |
|
|
Hello,
I tried to add the module ps2http.irx to my kernelloader, but the module was not working. So I fixed the following:
- Fixed detection of leading slashes. One slash was stripped by the file system infrastructure. The module expected two leading slashes.
- The IP address format wasn't correctly handled.
- The socket structure wasn't completely initialized.
- The wrong peer handle was used. So no communication was possible.
The patch for this:
http://www.pastie.org/664334 |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Fri Oct 23, 2009 5:39 am Post subject: |
|
|
| Code: | p$ svn commit
Sending http/src/ps2http.c
Transmitting file data .
Committed revision 1643.
| thanks |
|
| Back to top |
|
 |
|