Questions about TCP in linux system

From: Renato Narcisi ([email protected])
Date: Wed May 30 2001 - 06:41:01 EDT

  • Next message: Mark Allman: "Re: Questions about TCP in linux system"

    Good morning to everyone,
    I'm introducing some modifications to the
    implementation of the TCP (Linux kernel 2.2.17)
    in order to optimize performance in satellite
    networks.

    I have some problems and I hope you can help me:

    1. I need the RTT value immediately after the
    sync phase between the two TCP entities.
    Is the RTT evaluated during the sync phase? If so,
    can you
    suggest me in which variable is it stored (infact
    the
    RTT values should be stored in "tp->srtt", which is
    zero after the sync phase)

    2. I read in a book ("TCP/IP Illustrated" which
    surely
    referes to an older version of linux kernel) that
    the
    tcp_time_stamp is practically an integer number
    which
    counts "ticks" of 500msec and, as a consequence, it
    is
    updated every 500 msec... is it possible? how could
    i
    have a good evaluation of RTT if i can estimate only
    ticks of such a big interval?

    I hope someone of You can kindly help me...

    thank You in advance

    Renato Narcisi

    __________________________________________________
    Do You Yahoo!?
    Get personalized email addresses from Yahoo! Mail - only $35
    a year! http://personal.mail.yahoo.com/



    This archive was generated by hypermail 2b29 : Wed May 30 2001 - 06:58:23 EDT