X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Ftestclient_src%2Fmain.c;h=3e049b09a7c21a4088df2b1463812fbd4203503f;hb=c967d91a4794ec9c0ec7dab438c033f4c0b49952;hp=5682a8d719ec2f4944917d7d900af702bb2eea6b;hpb=7edeed66f89e03c3de5fb7d3b41421f23c1bc4f7;p=tpg%2Facess2.git diff --git a/Usermode/Applications/testclient_src/main.c b/Usermode/Applications/testclient_src/main.c index 5682a8d7..3e049b09 100644 --- a/Usermode/Applications/testclient_src/main.c +++ b/Usermode/Applications/testclient_src/main.c @@ -14,7 +14,7 @@ int main(int argc, char *argv[]) int con = -1; int len; uint16_t port; - uint8_t buf[4] = {10,0,2,1}; + uint8_t buf[4] = {10,2,0,2}; uint8_t data[4096]; // Packet Data con = open("/Devices/ip/1/tcpc", OPENFLAG_READ|OPENFLAG_WRITE); @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) ioctl(con, 7, NULL); // Connect #define REQ_STR "GET / HTTP/1.1\r\n"\ - "Host: prelude\r\n"\ + "Host: sonata\r\n"\ "User-Agent: Acess2 TCP Test Client\r\n"\ "\r\n"