[tg] UDP issue
Barbara Denny
b_a_denny at yahoo.com
Thu Oct 28 09:29:40 PDT 2004
Hi,
For users who would like to send very large user
datagrams, try modifying MAX_PKT_SIZE in config.h.
The current maximum size is set to 8192. When
you add the unsigned long, which tg uses to
record a sequence number for udp, you get the
results of the second run. All the bytes should
be received by the end of the run.
barbara
--- Hugues Van Peteghem <hvp at info.fundp.ac.be> wrote:
> Dear all,
>
> I got a light problem with the 'tg' generator. As I
> want to generate large UDP
> packets, the maximum a receiver can get is 8188
> bytes packets :
>
> Experience 1, emitting packets of 8187 bytes length
> :
>
-------------------------------------------------------------------------------
> SENDER
> 2.005671 Setup
> 2.005925 Transmit 10.0.2.2.50000 0
> 8187
> 2.055706 Transmit 10.0.2.2.50000 1
> 8187
> ...
>
> RECEIVER
> 0.009376 Setup
> 2.020474 Receive 10.0.0.6.32801 0
> 8187
> 2.069666 Receive 10.0.0.6.32801 1
> 8187
> ...
>
> Experience 2, emitting packets of 8189 bytes length
> :
>
-------------------------------------------------------------------------------
> SENDER
> 2.005671 Setup
> 2.005925 Transmit 10.0.2.2.50000 0
> 8189
> 2.055706 Transmit 10.0.2.2.50000 1
> 8189
> ...
>
> RECEIVER
> 0.009376 Setup
> 2.020474 Receive 10.0.0.6.32801 0
> 8188
> 2.069666 Receive 10.0.0.6.32801 1
> 8188
> ...
>
> Can anybody help me ?
>
> Best regards :
>
> H
>
> PS : I have just looked on the 'tg' official site
> and it seems that none of my
> prevous remarks (mail of the 2004-04-28) have been
> taken into account. Is it
> normal ?
> --
> Hugues Van Peteghem
> Institut d'Informatique - FUNDP
> --------------------------------
> Web : http://www.info.fundp.ac.be/~hvp
>
> _______________________________________________
> tg mailing list
> tg at postel.org
> http://www.postel.org/mailman/listinfo/tg
>
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail
More information about the tg
mailing list