/[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.5 by likewise, Wed Feb 19 12:41:34 2003 UTC revision 1.17.2.6 by likewise, Wed Feb 19 21:32:45 2003 UTC
# Line 525  udp_connect(struct udp_pcb *pcb, struct Line 525  udp_connect(struct udp_pcb *pcb, struct
525    pcb->remote_port = port;    pcb->remote_port = port;
526  /** TODO: this functionality belongs in upper layers */  /** TODO: this functionality belongs in upper layers */
527  #if 0  #if 0
528    
529    pcb->flags |= UDP_FLAGS_CONNECTED;    pcb->flags |= UDP_FLAGS_CONNECTED;
530    /* Nail down local IP for netconn_addr()/getsockname() */    /* Nail down local IP for netconn_addr()/getsockname() */
531    if(ip_addr_isany(&pcb->local_ip) && !ip_addr_isany(&pcb->remote_ip)) {    if(ip_addr_isany(&pcb->local_ip) && !ip_addr_isany(&pcb->remote_ip)) {

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

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