1. int fd = -1;
    2. if(fd = socket(AF_INET,SOCK_STREAM,0))
    3. {
    4. perror("socket")
    5. exit(1);
    6. }