* @param message message
* @param peer peer identity this notification is about
* @param atsi performance data
+ *
* @return GNUNET_OK to keep the connection open,
* GNUNET_SYSERR to close it (signal serious error)
- *
*/
static int
handle_mesh_path_create (void *cls, const struct GNUNET_PeerIdentity *peer,
msg->tid = htonl(t->id.tid);
payload = (struct GNUNET_MessageHeader *) &msg[1];
payload->size = htons (sizeof(struct GNUNET_MessageHeader));
- payload->type = htons (GNUNET_MESSAGE_TYPE_MESH_PATH_CREATE);
+ payload->type = htons (GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE);
tunnel_send_multicast (t, &msg->header);
t->path_refresh_task =