17 tcp::endpoint end_point(boost::asio::ip::address::from_string("127.0.0.1"), 3200); 18 socket.connect(end_point); 19 20 for (;;) 21 { 22 ...
確定! 回上一頁