Skip to content

Instantly share code, notes, and snippets.

View kegilbert's full-sized avatar
💭
Choochin' along

Kevin Gilbert kegilbert

💭
Choochin' along
View GitHub Profile
/**
 * Get the last allocated socket object.
 * User would only need to allocate one socket object rather than the number
 * of all socket objects currently in use/previously closed.
 */
int mbed_stats_socket_get_last(mbed_stats_socket_t * last_socket);

/**
 * Get all TCP socket objects