[ 
https://issues.apache.org/jira/browse/QPID-7105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15167974#comment-15167974
 ] 

Alexander Moibenko commented on QPID-7105:
------------------------------------------



No message on the client side.
/var/log/messages:
Feb 25 16:07:04 dmsen05 qpidd: encoded packet size too big (65595 > 65535)

In qpidd log:
2016-02-25 16:07:04 error qpid/sys/AsynchIOHandler.cpp:173: 
internal-error: SASL decode error: SASL(-1): generic failure: Unable to 
find a callback: 32775 (qpid/sys/cyrus/CyrusSecurityLayer.cpp:50)




> Authenticated message size is restricted to 65535 bytes
> -------------------------------------------------------
>
>                 Key: QPID-7105
>                 URL: https://issues.apache.org/jira/browse/QPID-7105
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>         Environment: RH Linux
>            Reporter: Alexander Moibenko
>
> Hello,
>  I recently found that authenticated message size (GSSAPI in my case) is
> restricted to 65535.
>  In cyrus-sasl there also is a restriction. According to gssapi.c it is
>  0xFFFFFF=16777215.
>  In qpid SaslFactory.cpp it is hard-coded to secprops.maxbufsize = 65535;
>  There are also some places where maxFrameSize is set to
>  65535. What does this mean? I know that there is a restriction on UDP
>  message size, which is 64KB, but why there is a restriction to
> authenticated TCP/IP qpid message? There is not restriction to 
> non-authenticated message though.
> Gordon Sim confirmed this as a bug and recommended to JIRA.
> Alexander.
> P.S. I did not indicate version, because this is in allversions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to