From 74f1d9d1f865e0a09c2cacc1963979dd5aee2267 Mon Sep 17 00:00:00 2001 From: PioDer Date: Wed, 11 Jan 2017 01:05:14 +0100 Subject: [PATCH] poprawka testow --- Main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Main.cpp b/Main.cpp index 30c9625..e2c3e65 100644 --- a/Main.cpp +++ b/Main.cpp @@ -29,8 +29,7 @@ int main(int argc, char *argv[]) p.setDstPort(80); cout << "Wysylam wiadomosc: "; - pc1.send(p); - cout << endl; + cout << pc1.send(p) << endl; cout << "Wywoluje onRecv() na PC2" << endl; pc2.onRecv();