Hello everyone, I'm trying to do the following simple thing. Assume a packet of a CBR of packet size 800 is generated and sent via UDP, 802.11MAC... to a destination. Normally this is what happens: At the UDP agent the packet size will be 820 then the MAC layer uses the CSMA to send the packet of size 820 via the access point. However, I would like to change th packet size at the MAC layer to say: 400 +420 (i.e. segment it) and send two packets at the mac layer. How can I do this? Thanks a lot, Kamil
