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

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

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

revision 1.17.2.4 by likewise, Wed Feb 19 12:27:06 2003 UTC revision 1.17.2.5 by likewise, Wed Feb 19 12:41:34 2003 UTC
# Line 523  udp_connect(struct udp_pcb *pcb, struct Line 523  udp_connect(struct udp_pcb *pcb, struct
523    
524    ip_addr_set(&pcb->remote_ip, ipaddr);    ip_addr_set(&pcb->remote_ip, ipaddr);
525    pcb->remote_port = port;    pcb->remote_port = port;
526    /** TODO: this functionality belongs in upper layers */
527  #if 0  #if 0
528    pcb->flags |= UDP_FLAGS_CONNECTED;    pcb->flags |= UDP_FLAGS_CONNECTED;
529    /* Nail down local IP for netconn_addr()/getsockname() */    /* Nail down local IP for netconn_addr()/getsockname() */

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