/[lwip]/lwip/src/core/tcp_in.c
ViewVC logotype

Diff of /lwip/src/core/tcp_in.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by likewise, Tue Apr 1 14:02:50 2003 UTC revision 1.22.2.1 by likewise, Thu Apr 10 09:05:19 2003 UTC
# Line 947  tcp_receive(struct tcp_pcb *pcb) Line 947  tcp_receive(struct tcp_pcb *pcb)
947              /* Chain this pbuf onto the pbuf that we will pass to              /* Chain this pbuf onto the pbuf that we will pass to
948                 the application. */                 the application. */
949              if(recv_data) {              if(recv_data) {
950                pbuf_chain(recv_data, cseg->p);                pbuf_chain(recv_data, cseg->p);
951              } else {                pbuf_free(cseg->p);
952                } else {
953                recv_data = cseg->p;                recv_data = cseg->p;
954              }              }
955              cseg->p = NULL;              cseg->p = NULL;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.22.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26