@@ -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();
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.