asio::ip::tcp::socket socket(io_service); // 소켓 연결부분.... std::string remote_ip = socket.remote_endpoint().address().to_string();
반응형
'Program > C & C++' 카테고리의 다른 글
[boost] boost 동기화 객체 boost::shared_mutex (0) | 2013.03.28 |
---|---|
[boost] boost::asio::deadline_timer 를 이용한 timeout 설정 (0) | 2013.03.28 |
worker thread와 logic thread의 운용에 대한 poll (0) | 2013.03.25 |
Packet Generator 패킷 생성기 (0) | 2012.12.28 |
db관련 (0) | 2012.12.11 |