Comments
socket sock = new Socket(ip1,port1) ; Then i use this socket to make streams and do the following. ...
Posted by waqasahmad
SOCK_STREAM:
- destination determined during conn. setup
- don’t need to know port sending from (during connection setup, receiving end is informed of port)
Posted by Aadarsh