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_timer.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 *
     
    7474 */
    7575
    76 #define SYSTIM_HZ               ULONG_C(1000*1000)      /* [ms]                                 */
     76#define SYSTIM_HZ               ULONG_C(1000000)        /* [us]                                 */
    7777
    7878/*
     
    8080 */
    8181
    82 #define NET_TIMER_CYCLE         ULONG_C(100)    /* [ms]、fast timeout 使用時の動作周期   */
     82#define NET_TIMER_CYCLE         ULONG_C(100000) /* [us]、fast timeout 使用時の動作周期   */
    8383                                                /* タイマの周波数                      */
    8484#define NET_TIMER_HZ            (SYSTIM_HZ/NET_TIMER_CYCLE)
    8585
    86 #ifdef SUPPORT_INET6
     86#ifdef _IP6_CFG
    8787#define NUM_NET_CALLOUT         12              /* タイムアウト呼出し数、10 以上     */
    8888#else
Note: See TracChangeset for help on using the changeset viewer.