lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #6410] Correlation between TCP MSS and netif MTU


From: Marc Chaland
Subject: [lwip-devel] [patch #6410] Correlation between TCP MSS and netif MTU
Date: Thu, 07 Feb 2008 13:39:13 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1

Follow-up Comment #1, patch #6410 (project lwip):

Sorry, I forgot :

into tcp_in.c line 80 (CVS-1.97) : 
static err_t tcp_listen_input(struct tcp_pcb_listen *pcb, u16_t mtu);

into tcp_in.c line 242 (CVS-1.97) : 
        tcp_listen_input(lpcb, inp->mtu);

into tcp_in.c line 393 (CVS-1.97) : 
tcp_listen_input(struct tcp_pcb_listen *pcb, u16_t mtu)


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?6410>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]