Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

tcp_keepalive, again

Altera_Forum
Honored Contributor II
1,200 Views

Hi, 

 

How can I configure tcp_keepalive parameters on uClinux ? 

 

There's no "sys" directory in /proc. 

Can I create a "/proc/sys/net/ipv4/tcp_keepalivetime" file from Nios2ide ? 

 

Thanks for help 

 

Cédric
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
568 Views

The proc is a pseudo filesystem. You cannot create it in advance. 

You can read linux-2.6.x/Documents/filesystems/proc.txt. 

 

Due the missing redirect in sash, you can look at the blackfin's uclinux, 

uClinux-dist/user/blkfin-test/audio_test/echo2.c 

 

And you should really work on Linux instead of nios2ide. 

<div class='quotetop'>QUOTE </div> 

--- Quote Start ---  

If you want to develop Nios II uClinux, you should work on Linux and learn Linux. You can learn a lot when working on Linux, and the "Linux know how" is the key to success on Nios II uClinux.[/b] 

--- Quote End ---  

0 Kudos
Reply