mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 04:05:44 +01:00
Merge remote-tracking branch 'public/pr/1868' into development
This commit is contained in:
commit
34acd3c3d2
@ -1,7 +1,23 @@
|
|||||||
/**
|
/**
|
||||||
* \file net_sockets.h
|
* \file net_sockets.h
|
||||||
*
|
*
|
||||||
* \brief Network communication functions
|
* \brief Network sockets abstraction layer to integrate Mbed TLS into a
|
||||||
|
* BSD-style sockets API.
|
||||||
|
*
|
||||||
|
* The network sockets module provides an example integration of the
|
||||||
|
* Mbed TLS library into a BSD sockets implementation. The module is
|
||||||
|
* intended to be an example of how Mbed TLS can be integrated into a
|
||||||
|
* networking stack, as well as to be Mbed TLS's network integration
|
||||||
|
* for its supported platforms.
|
||||||
|
*
|
||||||
|
* The module is intended only to be used with the Mbed TLS library and
|
||||||
|
* is not intended to be used by third party application software
|
||||||
|
* directly.
|
||||||
|
*
|
||||||
|
* The supported platforms are as follows:
|
||||||
|
* * Microsoft Windows and Windows CE
|
||||||
|
* * POSIX/Unix platforms including Linux, OS X
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
|
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
|
||||||
|
Loading…
Reference in New Issue
Block a user