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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -