Hi All,

I want to write a SSL client which will not ack for all the data on TCP layer 
and then close a connection i.e I want to test the tcp close when there is 
unacknowledged data on socket.

I tried using s_client and tried to modify the code where there is:

  k=SSL_read(con,sbuf,1024 /* BUFSIZZ */ );

I tried changing the buffer size and tried adding delay after first read, but 
looking at tcp conn on ethereal  I saw that even if my client is not reading 
the data , the data is getting acked back.

I will really appreciate any ideas or tools to achieve this.

Ritesh


Reply via email to