|
Document of c-modernization-kit (porter) 1.0.0
|
Macros | |
| #define | POTR_SEND_COMPRESS 0x0001U |
| メッセージを圧縮して送信します。圧縮後のサイズが元のサイズ以上の場合は自動的に非圧縮で送信します。 | |
| #define | POTR_SEND_BLOCKING 0x0002U |
| ブロッキング送信を行います。0 を指定するとノンブロッキング送信を行います。 | |
potrSend() の flags 引数に論理和で組み合わせて指定するビットフラグです。
0 を指定すると非圧縮・ノンブロッキング送信になります。
| #define POTR_SEND_COMPRESS 0x0001U |
#include </__w/c-modernization-kit/c-modernization-kit/prod/porter/include/porter_const.h>
メッセージを圧縮して送信します。圧縮後のサイズが元のサイズ以上の場合は自動的に非圧縮で送信します。
Definition at line 23 of file porter_const.h.
Referenced by bidir_send_thread_func(), main(), and potrSend().
| #define POTR_SEND_BLOCKING 0x0002U |
#include </__w/c-modernization-kit/c-modernization-kit/prod/porter/include/porter_const.h>
ブロッキング送信を行います。0 を指定するとノンブロッキング送信を行います。
Definition at line 24 of file porter_const.h.
Referenced by bidir_send_thread_func(), main(), potrSend(), and send_to_peer().