This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tftp server stack problems


On Thu, May 25, 2006 at 11:58:22AM +0200, J?rgen Lambrecht wrote:
> Hello,
> 
> I use the freeBSD networking stack, but the default stack size for the 
> tftp server is wrong:
> 
>         cdl_option CYGPKG_NET_TFTPD_THREAD_STACK_SIZE {
>             display "Stack size for TFTP threads."
>             flavor  data
>             default_value (CYGNUM_HAL_STACK_SIZE_TYPICAL+(3*(SEGSIZE+4)))
> 
> When I use the configtool, or idem with ecosconfig with scripts, 
> CYGNUM_HAL_STACK_SIZE_TYPICAL is always 0!

It looks like this has been broken since 2004-06-17. 
CYGNUM_HAL_STACK_SIZE_TYPICAL is not a CDL variable, it is a #define
in the architecture HAL.

Please could you test this patch.

       Thanks
          Andrew

Attachment: tftpd.diff
Description: Text document

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]