[2] 
[[RTSP]] の
[DFN[[CODE[CSeq:]]]]
[[ヘッダー]]は、
[[要求]]と[[応答]]の組み合わせを識別する連番を表します。
[SRC[>>3]]

* 文脈

[4] 
[[RTSP]] の[[要求]]と[[応答]]で必須とされています。
[SRC[>>3]]

* 関連

[5] 
[[RTSP]] は [[HTTP]] からの派生ですが、 [[HTTP]]
にはこのような仕組みはありませんでした。
[[HTTP/1]] では[[要求]]と[[応答]]の対応関係は自明に定まるものに固定で、
再送などの概念はありませんでした。
[SEE[ [[HTTP接続]] ]]


* 歴史

[FIG(quote)[ [3] [[RFC 2326]] 12.17 CSeq
>The CSeq field specifies the sequence number for an RTSP 
request-response pair. This field MUST be present in all requests and
responses. For every RTSP request containing the given sequence
number, there will be a corresponding response having the same
number.  Any retransmitted request must contain the same sequence
number as the original (i.e. the sequence number is not incremented
for retransmissions of the same request).

[1] CSeq 欄は、 [[RTSP]] 要求‐応答組の連番を指定します。
この欄は、全ての要求及び応答に'''なければなりません'''。
ある連番を持つ各 RTSP 
要求は、同じ番号を持つ対応する応答があることになります。
再転送要求は、元の連番と同じ番号を持たなければなりません。
(つまり、連番は同じ要求の再転送では増やしません。)
]FIG]

* メモ