RE: Sending multiple records in one packet--Resending

2006-01-26 Thread Ritesh Rekhi
Hi Kyle, Thanks for the clue .I got it working. Regd's Ritesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton Sent: Wednesday, January 25, 2006 3:28 PM To: openssl-users@openssl.org Subject: Re: Sending multiple recor

Re: Sending multiple records in one packet--Resending

2006-01-25 Thread Kyle Hamilton
Try using Net::SSLeay::Handle. To get around the Nagle optimization (which is what you're running into), you can check to see if your platform supports the NO_NAGLE sockopt, and if so, apply it to the handle. This is not really a topic for this list, as it's perl-module related. You can find the

Sending multiple records in one packet--Resending

2006-01-25 Thread Ritesh Rekhi
Hi All,   I am very new to openssl and did some scripting using Net::SSleay perl module of openssl.I want to know if there are any tools or any function which can achieve this.   I want to send 1k data in 200 bytes records using ssl i.e. I want to test multiple small records

Sending multiple records in one packet

2006-01-23 Thread Ritesh Rekhi
Hi All,   I am very new to openssl and did some scripting using Net::SSleay perl module of openssl.I want to know if there are any tools or any function which can achieve this.   I want to send 1k data in 200 bytes records using ssl i.e. I want to test multiple small records