diff --git a/README.md b/README.md index e5c9c02..888de68 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Skeleton of Jubatus Client Application in C++ Requirements ------------ -* Jubatus 0.4.2+ (server & client headers) +* Jubatus 0.5.0+ (server & client headers) * msgpack (with development headers) * jubatus-mpio (with development headers) * jubatus-msgpack-rpc (with development headers) diff --git a/client.cpp b/client.cpp index 1cb7854..4938b08 100644 --- a/client.cpp +++ b/client.cpp @@ -4,7 +4,7 @@ using namespace std; -const string HOST = "localhost"; +const string HOST = "127.0.0.1"; const int PORT = 9199; const string NAME = "";