A super trimmed down TLS stack, GPL licensed
Dependents: MiniTLS-HTTPS-Example
MiniTLS - A super trimmed down TLS/SSL Library for embedded devices Author: Donatien Garnier Copyright (C) 2013-2014 AppNearMe Ltd
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Diff: cpp/TLSSocket.h
- Revision:
- 3:eb324ffffd2b
- Parent:
- 2:527a66d0a1a9
diff -r 527a66d0a1a9 -r eb324ffffd2b cpp/TLSSocket.h --- a/cpp/TLSSocket.h Mon Jun 09 14:57:54 2014 +0000 +++ b/cpp/TLSSocket.h Tue Jun 10 14:22:36 2014 +0000 @@ -33,7 +33,7 @@ #include "tls/tls_socket.h" -#define TLSSOCKET_BUF_SIZE 18432/*2048*/ //FIXME +#define TLSSOCKET_BUF_SIZE 5000//804 /** TLS Socket * \param pMiniTLS pointer to MiniTLS instance