[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Read-side mbuffers
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: [PATCH] Read-side mbuffers |
Date: |
Thu, 09 Sep 2010 19:16:34 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100826 Thunderbird/3.0.7 |
On 09/09/2010 07:00 PM, Jonathan Bastien-Filiatrault wrote:
> Nikos Mavrogiannopoulos wrote:
>> On 09/09/2010 12:34 AM, Jonathan Bastien-Filiatrault wrote:
>>> As promised, here are my patches for the socket and record buffers on
>>> the receive side. It does not seem that modifications to the upper
>>> layers (application, handshake) are needed for DTLS.
>>
>> Thanks. From a quick glimpse they look fine. How did you check DTLS?
> With my DTLS patches that can complete a handshake. You can have a look
> at http://github.com/jothan/gnutls. Would you like me to send this
> series of patches to the mailing list for preliminary review ? These
> patches are a work in progress and many improvements still need to be done.
I understand. No need to send, I'll just browse a bit. My point was
mostly, whether you are using gnutls-cli or you made another client.
Good luck anyway! :)
regards,
Nikos
- [PATCH 1/8] mbuffers: Document the internal mbuffer API., (continued)
- [PATCH 1/8] mbuffers: Document the internal mbuffer API., Jonathan Bastien-Filiatrault, 2010/09/08
- [PATCH 2/8] mbuffers: Make _mbuffer_remove_bytes return a meaningful error code., Jonathan Bastien-Filiatrault, 2010/09/08
- [PATCH 3/8] mbuffers: fix wrong size calculation., Jonathan Bastien-Filiatrault, 2010/09/08
- [PATCH 5/8] Parenthesize size calculations., Jonathan Bastien-Filiatrault, 2010/09/08
- [PATCH 4/8] mbuffers: Add mbuffer_linearize., Jonathan Bastien-Filiatrault, 2010/09/08
- [PATCH 6/8] mbuffers: make _gnutls_io_read_buffered use mbuffers., Jonathan Bastien-Filiatrault, 2010/09/08
- [PATCH 8/8] Fully mbufferize _gnutls_read and _gnutls_read_buffered., Jonathan Bastien-Filiatrault, 2010/09/08
- [PATCH 7/8] mbuffers: Add _mbuffer_xfree operation., Jonathan Bastien-Filiatrault, 2010/09/08
- Re: [PATCH] Read-side mbuffers, Nikos Mavrogiannopoulos, 2010/09/09