01/31
So I posted feedback to everyone on the first lab assignment. Please check out the blogs that I +1'd and +2'd so that you know what you were missing. Please also look at your individual comments.
In general no one was really able to answer question 4 although 2 of you had the correct idea. If you looked at the question carefully, you will see what was expected (there is an example below the question). Please follow the format below, see the +1'd and +2'd posts and edit your blogs.
Open Socket:
int socket (int namespace, int style, int protocol)
header file: sys/socket.h
Creates a socket and specifies communication style (SOCK_STREAM, SOCK_DGRAM or
SOCK_RAW), namespace (PF_LOCAL or PF_INET) and protocol designates the specific
protocol (default is zero which usually works best).
The return value from socket is the file descriptor for the new socket, or -1 in case of error
Lastly , I wished someone actually did the locations in a map :)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.