[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

libnet4r errors

K. R.

11/5/2007 5:09:00 PM

Hi @all
For my packetgenerator, I use a rubyadapter to share the available
libnet library in C. It runs well, but when I create over 1000 packets,
the buffer is overflowing (Error: libnet_write_link(): only -1 bytes
written (No buffer space available - RuntimeError).

To build each network layer of a packet, I use a libnet instance for one
packet. So when I create 1000 packets, the buffer is full.

Does anyone has some experience with libnet for ruby and optimize the
workflow to send a packet?

Thanks for your anwsers....
--
Posted via http://www.ruby-....