comparison packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl @ 1446:9f065ea84515

Increase default memory pool size
author gthomas
date Tue, 16 Dec 2003 14:46:00 +0000
parents 56b339272cd4
children 9f18943c887e
comparison
equal deleted inserted replaced
1445:85afbe4f7f1c 1446:9f065ea84515
273 } 273 }
274 274
275 cdl_option CYGPKG_NET_MEM_USAGE { 275 cdl_option CYGPKG_NET_MEM_USAGE {
276 display "Memory designated for networking buffers." 276 display "Memory designated for networking buffers."
277 flavor data 277 flavor data
278 default_value 256*1024 278 default_value (256*1024)+(CYGPKG_NET_MAXSOCKETS*1024)
279 description " 279 description "
280 This option controls the amount of memory pre-allocated 280 This option controls the amount of memory pre-allocated
281 for buffers used by the networking code." 281 for buffers used by the networking code. The number is an
282 upper limit, with at least enough space to get the stack
283 initialized."
282 } 284 }
283 285
284 cdl_option CYGPKG_NET_MAXSOCKETS { 286 cdl_option CYGPKG_NET_MAXSOCKETS {
285 display "Max number of open sockets." 287 display "Max number of open sockets."
286 flavor data 288 flavor data