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
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
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
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