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_buf.h

    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 *
     
    6161        uint8_t         halign[4 - IF_HDR_ALIGN];
    6262#endif
    63         uint8_t         buf[4]; /* バッファ本体               */
     63        uint8_t         buf[IF_MIN_LEN];        /* バッファ本体 */
    6464        };
    6565
     
    7171
    7272#endif  /* of #ifndef T_NET_BUF_DEFINED */
     73
    7374/*
    7475 *  64 オクテット
     
    159160 *  ネットワークインタフェースの最大 PDU サイズ
    160161 */
     162
     163#if defined(IF_PDU_SIZE)
    161164
    162165typedef struct t_net_buf_if_pdu {
     
    177180        } T_NET_BUF_IF_PDU;
    178181
     182#endif  /* of #if defined(IF_PDU_SIZE) */
     183
    179184/*
    180185 *  ネットワークバッファ表
     
    189194
    190195        ulong_t         prepares;
     196        ulong_t         busies;
    191197        ulong_t         requests;
    192198        ulong_t         allocs;
Note: See TracChangeset for help on using the changeset viewer.