Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - io-pkt MTU size: Page 1 of 6 (6 Items)
   
io-pkt MTU size  
Is there anyway to modify the MTU size in the io-pkt stack?  If yes, please let me know where and all I need to do the 
same?

I have requirement to add few bytes before the ethernet header, this is done in if_bridge.c file.  So along with this 
addition the packet length should not cross what is configured in the stack for ethernet transmission.  So i prefer to 
block the same in io-pkt such that TCP socket fragmentation will not cross the configured packet limit.

Please guide me in this.