Updated test client for Qemu user network
authorJohn Hodge <[email protected]>
Wed, 2 Mar 2011 05:06:26 +0000 (13:06 +0800)
committerJohn Hodge <[email protected]>
Wed, 2 Mar 2011 05:06:26 +0000 (13:06 +0800)
Usermode/Applications/testclient_src/main.c

index 8401e0b..3e049b0 100644 (file)
@@ -14,7 +14,7 @@ int main(int argc, char *argv[])
         int    con = -1;
         int    len;
        uint16_t        port;
-       uint8_t buf[4] = {10,2,0,37};
+       uint8_t buf[4] = {10,2,0,2};
        uint8_t data[4096];     // Packet Data
         
        con = open("/Devices/ip/1/tcpc", OPENFLAG_READ|OPENFLAG_WRITE);

UCC git Repository :: git.ucc.asn.au