Hi sir
i got the source code of the bind,connect,socket system calls the
definition of these system calls is available in file called as
"/net/socket.c" to browse this code i am using ctags
i want to know about the how this sys_socket,sys_connect,sys_bind are implemented
Is there any possibility to access the incoming data (that is data from
socket buffer/or ether net buffer ) by multiple process (these mustiple
server process on same machine but client is on different machine
server and client are connected the TCP connection)
for example the client sends 1,2,3,4,5,6 as the data
there must be two process they must read these data like
process 1: 1,2,3
process 2: 4,5,6
please help me regarding this if are there any basic examples in which
any process can access the socket buffers / Ether net buffer (with out
using the these built in sys_bind,sys_connect system call from scratch)
waiting for your great response