porter/libsrc/porter/thread/potrSendThread.h

1 ファイル

1.1 porter/libsrc/porter/thread/potrSendThread.h

非同期送信スレッドの内部ヘッダー。

送信者 (POTR_ROLE_SENDER) が非ブロッキング送信を使用する場合に起動する 送信スレッドの起動・停止 API。
送信スレッドは送信キュー (PotrSendQueue) からペイロードエレメントを取り出して 外側パケットを構築し sendto を呼び出します。

1.1.1 作者

c-modernization-kit sample team

1.1.2 バージョン

1.0.0

1.1.3 日付

2026/03/08

1.1.4 インクルード元

potrSendThread.h のインクルード元

1.1.5 著作権

Copyright (C) CompanyName, Ltd. 2026. All rights reserved.

2 関数

2.1 potr_send_thread_start

int potr_send_thread_start ( struct PotrContext_ *ctx )

2.2 potr_send_thread_stop

void potr_send_thread_stop ( struct PotrContext_ *ctx )