buglwIP - A Lightweight TCP/IP stack - Bugs: bug #21494, TCP pcb->mss should be 536 if...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #21494: TCP pcb->mss should be 536 if no MSS option received

Submitter:  Simon Goldschmidt <goldsimon>
Submitted:  Thu 01 Nov 2007 04:48:40 PM UTC
   
 
Category:  TCP Severity:  3 - Normal
Item Group:  Faulty Behaviour Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  None

Thu 01 Nov 2007 04:55:10 PM UTC, comment #1: 

Checked that in also (as discussed with Jonathan on lwip-devel).

BTW: is there any need for pcb->mss to be set in tcp_connect() also (when it is already set in tcp_alloc() and never changed until receiving an MSS option)?

Simon Goldschmidt <goldsimon>
Group administrator
Thu 01 Nov 2007 04:48:40 PM UTC, original submission:  

As discussed on lwip-devel, pcb->mss should be set to pcb->mss (or TCP_MSS if that's smaller, to save memory) until an MSS option is received from the remote host.

Simon Goldschmidt <goldsimon>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-11-11 goldsimon Open/ClosedOpen Closed
    2007-11-01 goldsimon StatusNone Fixed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code