Go to file
Christopher Haster 9eac5102fd Fixed behaviour of get_ip_address and get_mac_address for LWIPInterface
per the socket API documentation:

  /** Get the local IP address
   *
   *  @return         Null-terminated representation of the local IP address
   *                  or null if not yet connected
   */
  virtual const char *get_ip_address() = 0;

LWIPInterface incorrectly returned "\0" if unconnected
2016-07-22 02:02:37 -05:00
lwip Matched changes NetworkSocketAPI 2016-07-22 02:02:37 -05:00
lwip-eth/arch Fixed uninitialized port in lwip dragged in by KSDK2 2016-07-22 02:02:37 -05:00
lwip-sys/arch lwip - fix size of sys mutex for RTX 4.79 2016-07-22 02:02:37 -05:00
LWIPInterface.cpp Fixed behaviour of get_ip_address and get_mac_address for LWIPInterface 2016-07-22 02:02:37 -05:00
LWIPInterface.h Added support for NSAPI_KEEPALIVE in LWIPInterface 2016-07-22 02:02:37 -05:00
eth_arch.h Match changes to NSAPI in LWIPInterface 2016-07-22 02:02:37 -05:00
lwipopts.h Preparing new layout - moving lwip 2016-07-22 02:02:28 -05:00