ZK Chong
unread,Jan 24, 2012, 10:20:16 AM1/24/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Hi,
May I know it is possible to send TCP packet with payload more than
536 bytes?
Initially, I tried to use Config::SetDefault
("ns3::WifiRemoteStationManager::FragmentationThreshold", StringValue
("8000")) to increase the payload size as I was using Wifi. It does
change the packet size to some extend, but not more than 536.
I tried to change the
Config::SetDefault("ns3::BulkSendApplication::SendSize",
UintegerValue(8224)) as well. But it seems like it doesn't give any
effect to the payload size?
Can anyone give me any hint?
Big thanks in advance.