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
[PS2] ps2http.irx fixes
Code: Select all
p$ svn commit
Sending http/src/ps2http.c
Transmitting file data .
Committed revision 1643.