EmbLogic's Blog

creating socket between client and the server in unix

RCS file: ./server.c,v
Working file: ./server.c
head: 1.7
branch:
locks: strict
root: 1.7
access list:
symbolic names:
keyword substitution: kv
total revisions: 7; selected revisions: 7
description:
included all the header files that will be used in the code
—————————-
revision 1.7 locked by: root;
date: 2014/11/07 18:32:31; author: root; state: Exp; lines: +1 -1
closed the socket fd and the client socket fd
—————————-
revision 1.6
date: 2014/11/07 18:31:18; author: root; state: Exp; lines: +1 -1
now the client writes to the server and the server reads and vice-versa
—————————-
revision 1.5
date: 2014/11/07 18:28:36; author: root; state: Exp; lines: +1 -1
before connecting and accepting thfrom the client
—————————-
revision 1.4
date: 2014/11/07 18:26:58; author: root; state: Exp; lines: +1 -1
giving the connect request from the client
accepting the client request in the server
—————————-
revision 1.3
date: 2014/11/07 18:25:39; author: root; state: Exp; lines: +1 -1
binding the servr socket fd,server address and the server length
—————————-
revision 1.2
date: 2014/11/07 18:22:23; author: root; state: Exp; lines: +1 -1
unlinking the server socket
established a connection between server and the client
—————————-
revision 1.1
date: 2014/11/07 18:15:46; author: root; state: Exp;
Initial revision

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>