Changeset 5482339 in network-demos


Ignore:
Timestamp:
10/18/02 18:26:53 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, network-demos-4-10-branch, network-demos-4-6-branch, network-demos-4-7-branch, network-demos-4-8-branch, network-demos-4-9-branch
Children:
2b1eca6
Parents:
b2bcdbf
Message:

2002-10-18 Joel Sherrill <joel@…>

  • dnstest/init.c, netdemo/init.c, netlink/init.c, ntp/init.c, rpc_demo/init.c, select/init.c, tftpTest/init.c, ttcp/init.c: define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to 20 for enough sockets and CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM even if not absolutely needed for networking.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rb2bcdbf r5482339  
     12002-10-18      Joel Sherrill <joel@OARcorp.com>
     2
     3        * dnstest/init.c, netdemo/init.c, netlink/init.c, ntp/init.c,
     4        rpc_demo/init.c, select/init.c, tftpTest/init.c, ttcp/init.c:
     5        define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to 20 for enough
     6        sockets and CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM even if not
     7        absolutely needed for networking.
     8
    192001-08-30      Joel Sherrill <joel@OARcorp.com>
    210
  • dnstest/init.c

    rb2bcdbf r5482339  
    2121#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
    2222#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
     23#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
     24#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
    2325
    2426#define CONFIGURE_EXECUTIVE_RAM_SIZE    (512*1024)
Note: See TracChangeset for help on using the changeset viewer.