0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

udp > チェックサム > チェックサムが異なっていればパケットは破棄される

Last updated at Posted at 2015-08-03

受信したUDPパケットのチェックサムを計算して、結果がUDPヘッダ中のチェックサムと異なっていれば、エラーが生じたものとして、パケットは破棄される(破棄されても、送信元に再送を要求したりはしない)。

UDPで100バイト程度の通信をする場合、データ化けをどうするのがいいかわからなかった。

上記をみたところ、中途半端にデータ化けしたものを相手が受信することはなさそうなので、データ自体にbccやチェックサムはつけなくてよさそうだ。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?