uIP TCP/IPについて

先ごろ(だいぶ前ですが)ルネサスサイトから uIP TCP/IP Protocol Stack Demostration Document number:R01AN0169EU0100 Ver 1.01 NOTEs: * The demostration directory structure is explained in the application note. * This application note supports RX62N and the demostration project runs on RSK+RX62N. UIPのサンプルを入手しましてSH7670へ移植しました、その結果とても良好な結果を得ましたので報告します 自前のソースでTCP/IPを実装して稼動させていましたがよく応答ができなくなったりしていました いろいろな遷移状態でわけがわからないような(たぶんプロトコルが十分でない)遷移もありました UIPにすると必ず応答して、応答不良などまだ経験がありません、 ただこのUIP長い(大きい)データ転送には弱いんです、”どうしてこんなに時間がかかるの”というぐらい なにか説明ではACKが200mセコンドウェイト方式を採用しているからだとか これの速度はもっと速くはならないものでしょうか? IWIPなど聞きますが、UIPと比べてどうなのでしょうか、IWIPのほうがいいのでしょうか?
Parents
  • シェルティ さんお世話になります

    an_r20an0050jj_sh2a_t4_v106r00\sample のフォルダ

    Ether.hws でコンパイルすると下記エラー発生なのですが

    何かdefine する必要がありますか?

    Phase: SH C/C++ Compiler, File: SH C/C++ Compiler, dependency scan error

    C:\Dev\BASE\T4\sh2a\an_r20an0050jj_sh2a_t4_v106r00\sample\src\t4\lib\r_t4_itcpip.h(75) :  DC201 (E) A header file does not exist 'stdint.h'

    Phase: SH C/C++ Compiler, File: SH C/C++ Compiler, dependency scan error

    C:\Dev\BASE\T4\sh2a\an_r20an0050jj_sh2a_t4_v106r00\sample\src\t4\lib\r_stdint.h(25) :  DC201 (E) A header file does not exist 'stdint.h'

    Phase: SH C/C++ Compiler, File: SH C/C++ Compiler, dependency scan error

    C:\Dev\BASE\T4\sh2a\an_r20an0050jj_sh2a_t4_v106r00\sample\src\t4\lib\r_t4_itcpip.h(75) :  DC201 (E) A header file does not exist 'stdint.h'

    Phase: SH C/C++ Compiler, File: SH C/C++ Compiler, dependency scan error

    C:\Dev\BASE\T4\sh2a\an_r20an0050jj_sh2a_t4_v106r00\sample\src\t4\lib\r_stdint.h(25) :  DC201 (E) A header file does not exist 'stdint.h'

    Phase: SH C/C++ Compiler, File: SH C/C++ Compiler, dependency scan error

    C:\Dev\BASE\T4\sh2a\an_r20an0050jj_sh2a_t4_v106r00\sample\src\t4\lib\r_t4_itcpip.h(75) :  DC201 (E) A header file does not exist 'stdint.h'

    Phase: SH C/C++ Compiler, File: SH C/C++ Compiler, dependency scan error

    C:\Dev\BASE\T4\sh2a\an_r20an0050jj_sh2a_t4_v106r00\sample\src\t4\lib\r_stdint.h(25) :  DC201 (E) A header file does not exist 'stdint.h'

    Phase: SH C/C++ Compiler, File: SH C/C++ Compiler, dependency scan error

    C:\Dev\BASE\T4\sh2a\an_r20an0050jj_sh2a_t4_v106r00\sample\src\t4\lib\r_t4_itcpip.h(75) :  DC201 (E) A header file does not exist 'stdint.h'

    Phase: SH C/C++ Compiler, File: SH C/C++ Compiler, dependency scan error

    C:\Dev\BASE\T4\sh2a\an_r20an0050jj_sh2a_t4_v106r00\sample\src\t4\lib\r_stdint.h(25) :  DC201 (E) A header file does not exist 'stdint.h'

  •  エラーの出ているヘッダファイルの中に include 'stdint.h' と書いてありませんか。

     その 'stdint.h' が見つからないと言うエラーだと思う。

Reply Children
No Data