OSDN Git Service

Fix encoding functions when buffer is small
authorBruna Moreira <bruna.moreira@openbossa.org>
Mon, 16 Aug 2010 18:37:41 +0000 (14:37 -0400)
committerAnderson Lizardo <anderson.lizardo@openbossa.org>
Wed, 1 Sep 2010 15:38:51 +0000 (11:38 -0400)
commit0aa80f9be37c496f17e46d4d95b50b507700f5b9
treeb86c9b5a8dd2672d5039ab99f94f64d30da44b9c
parentd7323c47a928b8539b486ee643e95ec7aa36a41a
Fix encoding functions when buffer is small

The encoding functions should return only the bytes which can be
inserted in buffer (maximum size is defined by ATT_MTU). The other ones
should be requested by client again.
attrib/att.c