If you not connected in TCP, how you can send data to that client ?
You tcpip stack will reject that , the packet will not even go out of your
host
Arkady
(E-Mail Removed) (vicky) wrote in message news:<(E-Mail Removed)>...
> Client has opened a connection with some machine (say a web server) .
> There is data transfer happening between the client and server. My aim
> is to send data to the client machine to its opened ports from my
> machine (even though the client has not established a connection with
> my machine).
> I am interested to analyze the response of the client machine.
>
> vikram
>
> "Arkady Frenkel" <(E-Mail Removed)> wrote in message news:<cm25hm$e37$(E-Mail Removed)>...
> > Do you mean that client issue recv() but data send from peer is not what it
> > want , or send done to client but no recv() issued from client yet ?
> > Arkady
> >
> > "vicky" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hi,
> > > I'm working on an experiment to analyze the response from a client
> > > machine when unrequested data is sent to an open port of the client.
> > > The client will not be on a firewall.
> > >
> > > I appreciate if anyone can inform me related work or paper.
> > >
> > > thanks,
> > > Vikram