[EMAIL PROTECTED] wrote: > Hello, > > how can I change the MTU in a C/C++ Code?
The MTU of a network device or of a TDMA slot? Only the latter can be
configured, device MTU is fixed to the hardware maximum (actually an
implementation shortcoming - no one requested this feature so far).
> In the documentation I could't find anything.
> Does someone have an example?
Check the tdmacfg configuration tool. It communicates via /dev/rtnet
with the core to configure the TDMA slots. That's for now the official
interface. Invoking the tool directly is another options:
system("tdmacfg rteth0 ...");
Jan
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ RTnet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rtnet-users

