mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-02 03:37:57 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -444,6 +444,10 @@ namespace OpenWifi {
|
||||
EndConnection( pNf->socket(), __func__, __LINE__ );
|
||||
return;
|
||||
}
|
||||
for(std::size_t i=0;i<buffer.used();++i) {
|
||||
std::cout << (int) buffer[i] ;
|
||||
}
|
||||
std::cout << std::endl;
|
||||
} catch (const Poco::TimeoutException &E) {
|
||||
poco_warning(Logger(), "Receive timeout");
|
||||
EndConnection( pNf->socket(), __func__, __LINE__ );
|
||||
|
||||
Reference in New Issue
Block a user