poprawka testow

This commit is contained in:
2017-01-11 01:05:14 +01:00
parent c7b131025a
commit 74f1d9d1f8

View File

@@ -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();