lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #12722] Improve IPv4/v6 address handling


From: Simon Goldschmidt
Subject: [lwip-devel] [task #12722] Improve IPv4/v6 address handling
Date: Wed, 03 Jul 2013 15:01:20 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0

Follow-up Comment #3, task #12722 (project lwip):

What drove me to start this task was that the smtp example application does
not compile with IPv6 enabled because of this code:

char* ipa = ip_ntoa(&pcb->local_ip);

If 'pcb->local_ip' would include information about the address type, then
'ip_ntoa()' could work on both versions (instead of only IPv4 as it is now).

How would you suggest to solve this problem when upgrading an existing
application to support IPv6 as well?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?12722>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.nongnu.org/




reply via email to

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