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

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

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

revision 1.17.2.4 by likewise, Wed Jun 4 10:30:00 2003 UTC revision 1.17.2.5 by likewise, Wed Jun 4 16:14:42 2003 UTC
# Line 191  tcp_enqueue(struct tcp_pcb *pcb, void *a Line 191  tcp_enqueue(struct tcp_pcb *pcb, void *a
191         * instead of PBUF_REF here.         * instead of PBUF_REF here.
192         */         */
193        if ((p = pbuf_alloc(PBUF_TRANSPORT, seglen, PBUF_ROM)) == NULL) {        if ((p = pbuf_alloc(PBUF_TRANSPORT, seglen, PBUF_ROM)) == NULL) {
194          DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_enqueue: could not allocate memory for zero-copy pbuf\n"));                          DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_enqueue: could not allocate memory for zero-copy pbuf\n"));            
195          goto memerr;          goto memerr;
196        }        }
197        ++queuelen;        ++queuelen;

Legend:
Removed from v.1.17.2.4  
changed lines
  Added in v.1.17.2.5

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