diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2014-04-06 16:49:08 +0000 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2014-04-06 16:49:08 +0000 |
| commit | 096ac0cfd231fdd540bd35072592730634fab218 (patch) | |
| tree | 178019a6e6f619e2baad0205374a3cf206d1ef5d /fs_test/lwext4_client.c | |
| parent | 52a1caf80302fcaa86466785cd036bdfab2d2298 (diff) | |
Remove warnings. Default port to 1234.
Conditionally link winsock lib (only windows).
Linux cachu bufer drop disabled.
Diffstat (limited to 'fs_test/lwext4_client.c')
| -rw-r--r-- | fs_test/lwext4_client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs_test/lwext4_client.c b/fs_test/lwext4_client.c index ae77961..f1a6855 100644 --- a/fs_test/lwext4_client.c +++ b/fs_test/lwext4_client.c @@ -27,7 +27,7 @@ static void winsock_fini(void); static char *server_addr = "127.0.0.1";
/**@brief Default connection port.*/
-static int connection_port = 8888;
+static int connection_port = 1234;
/**@brief Call op*/
static char *op_code;
@@ -142,7 +142,6 @@ int main(int argc, char *argv[]) if(rc)
printf("\t%s\n",op_code);
- closesocket(sockfd);
return rc;
}
|
