Ignore:
Timestamp:
Jan 21, 2018, 12:10:09 AM (6 years ago)
Author:
coas-nagasima
Message:

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/tinet/net/net_asp.cfg

    r321 r331  
    22 *  TINET (TCP/IP Protocol Stack)
    33 *
    4  *  Copyright (C) 2001-2009 by Dep. of Computer Science and Engineering
     4 *  Copyright (C) 2001-2017 by Dep. of Computer Science and Engineering
    55 *                   Tomakomai National College of Technology, JAPAN
    66 *
     
    5050                TA_TFIFO,
    5151                NUM_MPF_NET_BUF_CSEG,
    52                 sizeof(T_NET_BUF_CSEG)
     52                sizeof(T_NET_BUF_CSEG),
     53                NULL,
     54                NULL
    5355                });
    5456#endif  /* of #if defined(NUM_MPF_NET_BUF_CSEG) && NUM_MPF_NET_BUF_CSEG > 0 */
     
    5759CRE_MPF(MPF_NET_BUF_64, {
    5860                TA_TFIFO, NUM_MPF_NET_BUF_64,
    59                 sizeof(T_NET_BUF_64)
     61                sizeof(T_NET_BUF_64),
     62                NULL,
     63                NULL
    6064                });
    6165#endif  /* of #if defined(NUM_MPF_NET_BUF_64) && NUM_MPF_NET_BUF_64 > 0 */
     
    6569                TA_TFIFO,
    6670                NUM_MPF_NET_BUF_128,
    67                 sizeof(T_NET_BUF_128)
     71                sizeof(T_NET_BUF_128),
     72                NULL,
     73                NULL
    6874                });
    6975#endif  /* of #if defined(NUM_MPF_NET_BUF_128) && NUM_MPF_NET_BUF_128 > 0 */
     
    7379                TA_TFIFO,
    7480                NUM_MPF_NET_BUF_256,
    75                 sizeof(T_NET_BUF_256)
     81                sizeof(T_NET_BUF_256),
     82                NULL,
     83                NULL
    7684                });
    7785#endif  /* of #if defined(NUM_MPF_NET_BUF_256) && NUM_MPF_NET_BUF_256 > 0 */
     
    8189                TA_TFIFO,
    8290                NUM_MPF_NET_BUF_512,
    83                 sizeof(T_NET_BUF_512)
     91                sizeof(T_NET_BUF_512),
     92                NULL,
     93                NULL
    8494                });
    8595#endif  /* of #if defined(NUM_MPF_NET_BUF_512) && NUM_MPF_NET_BUF_512 > 0 */
     
    8999                TA_TFIFO,
    90100                NUM_MPF_NET_BUF_IP_MSS,
    91                 sizeof(T_NET_BUF_IP_MSS)
     101                sizeof(T_NET_BUF_IP_MSS),
     102                NULL,
     103                NULL
    92104                });
    93105#endif  /* of #if defined(NUM_MPF_NET_BUF_IP_MSS) && NUM_MPF_NET_BUF_IP_MSS > 0 */
     
    97109                TA_TFIFO,
    98110                NUM_MPF_NET_BUF_1024,
    99                 sizeof(T_NET_BUF_1024)
     111                sizeof(T_NET_BUF_1024),
     112                NULL,
     113                NULL
    100114                });
    101115#endif  /* of #if defined(NUM_MPF_NET_BUF_1024) && NUM_MPF_NET_BUF_1024 > 0 */
     
    105119                TA_TFIFO,
    106120                NUM_MPF_NET_BUF_IPV6_MMTU,
    107                 sizeof(T_NET_BUF_IPV6_MMTU)
     121                sizeof(T_NET_BUF_IPV6_MMTU),
     122                NULL,
     123                NULL
    108124                });
    109125#endif  /* of #if defined(NUM_MPF_NET_BUF_IPV6_MMTU) && NUM_MPF_NET_BUF_IPV6_MMTU > 0 */
     
    113129                TA_TFIFO,
    114130                NUM_MPF_NET_BUF_IF_PDU,
    115                 sizeof(T_NET_BUF_IF_PDU)
     131                sizeof(T_NET_BUF_IF_PDU),
     132                NULL,
     133                NULL
    116134                });
    117135#endif  /* of #if defined(NUM_MPF_NET_BUF_IF_PDU) && NUM_MPF_NET_BUF_IF_PDU > 0 */
    118136
     137#if defined(NUM_MPF_NET_BUF6_REASSM) && NUM_MPF_NET_BUF6_REASSM > 0
     138
     139CRE_MPF(MPF_NET_BUF_REASSM, {
     140                TA_TFIFO,
     141                NUM_MPF_NET_BUF6_REASSM,
     142                sizeof(T_NET_BUF6_REASSM),
     143                NULL,
     144                NULL
     145                });
     146
     147#else /* of #if defined(NUM_MPF_NET_BUF6_REASSM) && NUM_MPF_NET_BUF6_REASSM > 0 */
     148
    119149#if defined(NUM_MPF_NET_BUF4_REASSM) && NUM_MPF_NET_BUF4_REASSM > 0
     150
    120151CRE_MPF(MPF_NET_BUF_REASSM, {
    121152                TA_TFIFO,
    122153                NUM_MPF_NET_BUF4_REASSM,
    123                 sizeof(T_NET_BUF4_REASSM)
     154                sizeof(T_NET_BUF4_REASSM),
     155                NULL,
     156                NULL
    124157                });
    125158#endif  /* of #if defined(NUM_MPF_NET_BUF4_REASSM) && NUM_MPF_NET_BUF4_REASSM > 0 */
    126159
    127 #if defined(NUM_MPF_NET_BUF6_REASSM) && NUM_MPF_NET_BUF6_REASSM > 0
    128 CRE_MPF(MPF_NET_BUF_REASSM, {
    129                 TA_TFIFO,
    130                 NUM_MPF_NET_BUF6_REASSM,
    131                 sizeof(T_NET_BUF6_REASSM)
    132                 });
    133160#endif  /* of #if defined(NUM_MPF_NET_BUF6_REASSM) && NUM_MPF_NET_BUF6_REASSM > 0 */
    134161
     
    137164                TA_TFIFO,
    138165                NUM_MPF_NET_BUF6_65536,
    139                 sizeof(T_NET_BUF6_65536)
     166                sizeof(T_NET_BUF6_65536),
     167                NULL,
     168                NULL
    140169                });
    141170#endif  /* of #if defined(NUM_MPF_NET_BUF6_65536) && NUM_MPF_NET_BUF6_65536 > 0 */
Note: See TracChangeset for help on using the changeset viewer.