1) Minor change in ocsocket and libcoap to identify if a packet was received on unica...
authorErich Keane <erich.keane@intel.com>
Mon, 11 Aug 2014 16:09:08 +0000 (09:09 -0700)
committerErich Keane <erich.keane@intel.com>
Mon, 11 Aug 2014 16:09:08 +0000 (09:09 -0700)
commit2e6f92a275453bc5cda04b18e99b73bab198e004
tree880d09eeddb3106b0bad9083b1352e0a2205ba26
parentc3eefe89f4bfaeb817e04256e6f12e647f6fa8b6
1) Minor change in ocsocket and libcoap to identify if a packet was received on unicast or multicast address/socket
Patch 2 : Fixed identified review comments.
  Modified ocserver to listen on '5683' so that occlient
          can send unicast discovery requests to it.
Patch 3 : 'Really' taking care of tabs this time.

Change-Id: I50c0d47133a469d20ba17e26f2df540e97d099bc
csdk/libcoap-4.1.1/net.c
csdk/occoap/src/occoap.c
csdk/ocsocket/src/ocsocket.c
csdk/stack/samples/SimpleClientServer/occlient.cpp
csdk/stack/samples/SimpleClientServer/ocserver.cpp