Commit 3c48515a authored by Pavel Vainerman's avatar Pavel Vainerman

(unet2-tester): добавил вывод количества принятых байтов

parent 70ac43da
......@@ -212,7 +212,8 @@ int main(int argc, char* argv[])
}
if( verb )
cout << "receive OK. header: " << pack.msg.header << endl;
cout << "receive OK. header: " << pack.msg.header
<< " bytes: " << ret << endl;
}
catch( ost::SockException& e )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment