In computer networking, RWIN (TCP Receive Window) is the amount of data that a computer can accept without acknowledging the sender.
If the sender has not received acknowledgement for the first packet it sent, it will stop and wait and if this wait exceeds a certain limit, it may even retransmit.
This is how TCP achieves reliable data transmission.
UDP, unlike TCP is a coectionless protocol and will just keep sending traffic. There is no window size, for this reason you might want to limit your UDP traffic...
شایان ذکر است که می توان از مقدار TCP Window Size برای شناسایی نوع سیستم عامل استفاده نمود. به این روش، انگشت نگاری از سیستم عامل (OS Fingerpringring) می گویند. این مقدار را می توان به سادگی با پایش ترافیک (Passive Analysis)، در سرآیند IP اولین بسته یک جلسه TCP مشاهده نمود. دلیل اصلی این که سیستم عامل ها دارای مقادیر یکسانی نبوده و متفاوت هستند، در این نکته نهفته است که در RFC مربوط به TCP/IP مقادیر پیش فرضی در این خصوص قید نشده است و هر سیستم عامل عدد مخصوص به خود را دارد.
ادامه مطلب
برچسب: tcp window size,tcp window size linux,tcp window size 0,
نویسنده: هستی رستمیان