c - listen and Connect on different sockets -
is possible call both listen(scokfd1) , connect(sockfd2) in same source file on different ports wiht same ip
much thanks, ab
yes. in fact, it's common, when we're testing network applications locally (i.e., using ip address 127.1, localhost).
Comments
Post a Comment