#include <string.h>
#include "tinydtls.h"
#include "global.h"
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Go to the source code of this file.
Compares the given session objects. This function returns 0 when a and b differ, 1 otherwise. 
Definition at line 80 of file session.c.
 
 
Resets the given session_t object sess to its default values. In particular, the member rlen must be initialized to the available size for storing addresses.
- Parameters
- 
  
  
Definition at line 73 of file session.c.