Qt-interest Archive, June 2007
Qt-Traffic-Generator
Message 1 in thread
Hi folks,
I'm currently working on a Traffic generator with Qt which sends packets of size x in intervals of y ms.
Right now I'm using one socket that is able to send a packet each 2 ms. Now I can simply increase the packet size in order to generate higher traffic amounts.
This leads to trouble and it seems I cannot go beyong 30 Mbps.
Someone said also with regular PCs it should be possible to generate up tp 100 Mbps. Can anyone tell how to do this. Would I need to use more sockets i.e. ?
Thanks in advance
-- A l e x
--
[ signature omitted ]
Message 2 in thread
Hi,
> I'm currently working on a Traffic generator with Qt which sends packets of size x in intervals of y ms.
I understand this is a program written using Qt. However I guess the part
sending the packets is not written using Qt, is it? If so, how do you manage
to send "packets of size x in intervals of y ms"?
--
[ signature omitted ]