<table><tr><td style="">adridg created this revision.<br />adridg added a reviewer: dvratil.<br />Restricted Application added a project: KDE PIM.<br />Restricted Application added a subscriber: KDE PIM.<br />adridg requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D12230">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The default socket buffer size on FreeBSD is 8192, while it is much <br />
larger on Linux. It seems that the small socket buffer is what causes<br />
the "world is going to end" problems with communicating over the local<br />
sockets with Akonadi.</p>

<p>There are two approaches possible:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">change the system default socket buffer size (there's a sysctl for it)</li>
<li class="remarkup-list-item">change the socket buffer size for Akonadi</li>
</ul>

<p>This -- right now still kinda hacky and debuggerish -- patch changes the<br />
socket size on connect and on creation, for Akonadi clients and the server.<br />
It uses 64kibyte socket buffers.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>With this patch, "akonadictl start" no longer complains about the world<br />
ending. KMail can connect to the Akonadi server and read more than one<br />
mailbox. Without the patch, changing the system default socket buffer<br />
size does it, too.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R165 Akonadi </div></div></div><br /><div><strong>BRANCH</strong><div><div>freebsd-socketsize</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D12230">https://phabricator.kde.org/D12230</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/core/connection.cpp<br />
src/server/aklocalserver.cpp<br />
src/server/aklocalserver.h<br />
src/server/connection.cpp</div></div></div><br /><div><strong>To: </strong>adridg, dvratil<br /><strong>Cc: </strong>tcberner, KDE PIM, dvasin, winterz, vkrause, mlaurent, knauss, dvratil<br /></div>