/[lwip]/contrib/ports/ecos/ecos/net/lwip_tcpip/current/cdl/lwip_net.cdl
ViewVC logotype

Diff of /contrib/ports/ecos/ecos/net/lwip_tcpip/current/cdl/lwip_net.cdl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by jani, Fri Mar 26 13:32:51 2004 UTC revision 1.13 by jani, Tue Nov 9 11:17:37 2004 UTC
# Line 9  Line 9 
9  ## -------------------------------------------  ## -------------------------------------------
10  ## This file is part of eCos, the Embedded Configurable Operating System.  ## This file is part of eCos, the Embedded Configurable Operating System.
11  ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.  ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
12    ## Copyright (C) 2004 eCosCentric
13  ##  ##
14  ## eCos is free software; you can redistribute it and/or modify it under  ## eCos is free software; you can redistribute it and/or modify it under
15  ## the terms of the GNU General Public License as published by the Free  ## the terms of the GNU General Public License as published by the Free
# Line 284  cdl_package CYGPKG_NET_LWIP { Line 285  cdl_package CYGPKG_NET_LWIP {
285                  cdl_option CYGPKG_LWIP_PBUF_POOL_SIZE {                  cdl_option CYGPKG_LWIP_PBUF_POOL_SIZE {
286                          display         "PBUF pool size"                          display         "PBUF pool size"
287                          flavor          data                          flavor          data
288                          default_value   6                          default_value   60
289                          description     "                          description     "
290                          PBUF_POOL_SIZE: the number of buffers in the pbuf pool."                          PBUF_POOL_SIZE: the number of buffers in the pbuf pool."
291                    
# Line 327  cdl_package CYGPKG_NET_LWIP { Line 328  cdl_package CYGPKG_NET_LWIP {
328                          display "tcpip thread priority"                          display "tcpip thread priority"
329                          flavor data                          flavor data
330                          default_value   7                          default_value   7
331                          description "later"                          description "Pririty of the lwIP network thread.This thread handles all API messages and
332                                            network packets."
333                  }                                  }                
334                                    
335                  cdl_option CYGPKG_LWIP_TCP_TTL {                  cdl_option CYGPKG_LWIP_TCP_TTL {
# Line 511  cdl_package CYGPKG_NET_LWIP { Line 513  cdl_package CYGPKG_NET_LWIP {
513                          display "ethernet input thread priority"                          display "ethernet input thread priority"
514                          flavor data                          flavor data
515                          default_value   6                          default_value   6
516                          description "later"                          description "Priority of the ethernet input thread"
517                  }                  }
518                                    
519          }          }
# Line 528  cdl_package CYGPKG_NET_LWIP { Line 530  cdl_package CYGPKG_NET_LWIP {
530                          display "SLIP thread priority"                          display "SLIP thread priority"
531                          flavor data                          flavor data
532                          default_value   8                          default_value   8
533                          description "later"                          description "Priority of the SLIP input thread"
534                  }                  }
535                                    
536                  cdl_option CYGPKG_LWIP_SLIP_DEV {                  cdl_option CYGPKG_LWIP_SLIP_DEV {
# Line 585  cdl_package CYGPKG_NET_LWIP { Line 587  cdl_package CYGPKG_NET_LWIP {
587                          display "PPP main thread priority"                          display "PPP main thread priority"
588                          flavor data                          flavor data
589                          default_value   8                          default_value   8
590                          description "later"                          description "Priority of the PPP input thread"
591                  }                        }      
592          }          }
593    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26