Browse Source

poprawka testow

master
Piotr Dergun 7 years ago
parent
commit
74f1d9d1f8
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Main.cpp

+ 1
- 2
Main.cpp 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();

Loading…
Cancel
Save