Ignore:
Timestamp:
Jul 10, 2020, 9:09:25 PM (4 years ago)
Author:
coas-nagasima
Message:

NTShellタスクを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/ntshell/webserver/httpd.h

    r436 r441  
    5757 /*  TCP 送受信ウィンドバッファサイズ  */
    5858
    59 #define TCP_SWBUF_SIZE  512
    60 #define TCP_RWBUF_SIZE  512
     59#define TCP_SWBUF_SIZE  1024
     60#define TCP_RWBUF_SIZE  1024
    6161
    6262/*
     
    6666
    6767 /*  TCP 送受信ウィンドバッファ  */
    68 
     68#ifdef SUPPORT_INET6
     69extern uint8_t tcp6_swbuf1[];
     70extern uint8_t tcp6_rwbuf1[];
     71extern uint8_t tcp6_swbuf2[];
     72extern uint8_t tcp6_rwbuf2[];
     73#endif
     74
     75#ifdef SUPPORT_INET4
    6976extern uint8_t tcp_swbuf1[];
    7077extern uint8_t tcp_rwbuf1[];
    7178extern uint8_t tcp_swbuf2[];
    7279extern uint8_t tcp_rwbuf2[];
     80#endif
    7381
    7482/* HTTPサーバータスク */
Note: See TracChangeset for help on using the changeset viewer.