$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [ASIO] Host not found (authoritative)
From: Alexander Dong Back Kim (alexdbkim_at_[hidden])
Date: 2009-04-27 00:53:50
Dear members,
This is a very beginner's question on ASIO. I followed the tutorial example
"daytime" in the ASIO document. Server one seems running well because nestat
shows the port has been opened and listening. However, when I run the client
one, the application prints out "Host not found (authoritative)" message
only.
I'm using port 21165.
$ ./client localhost:21165
Is my command wrong?
cheers,
Alex Kim