commit | a2953b871bcb4b8ff738858da40cd6ec5627f401 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Oct 03 14:13:52 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Oct 03 14:13:52 2013 -0700 |
tree | 1c78cff023d8d24a345418da95a227cdf1a6baed | |
parent | c4ef1f9f5b724494f345ea68a5a11955301cc82d [diff] |
Connect to port 9695 until the testbed hubs use NDNx.
diff --git a/tests/test-get-async.cpp b/tests/test-get-async.cpp index cbc8b97..765188d 100644 --- a/tests/test-get-async.cpp +++ b/tests/test-get-async.cpp
@@ -46,7 +46,8 @@ int main(int argc, char** argv) { try { - Face face("E.hub.ndn.ucla.edu"); + // Connect to port 9695 until the testbed hubs use NDNx. + Face face("E.hub.ndn.ucla.edu", 9695); // Counter holds data used by the callbacks. Counter counter;