lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] aggregate assignment


From: Felipe Massia Pereira
Subject: [lwip-users] [lwip] aggregate assignment
Date: Thu, 09 Jan 2003 00:04:53 -0000

There's a struct assignment at line 276 of tcp.c. I  think it should read:

    pcb->local_ip.addr = ipaddr->addr;

instead of 

    pcb->local_ip = *ipaddr;

I dont know if this has some implication with IPv6 code...

[]s

-- 
Felipe Massia Pereira   <http://www.ic.unicamp.br/~ra000493>
CS MSc Student @ IC-UNICAMP

[This message was sent through the lwip discussion list.]




reply via email to

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