DragonFly BSD
DragonFly bugs List (threaded) for 2004-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: CAPS bug


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 26 Apr 2004 09:22:15 -0700 (PDT)

:I can't send a message larger than 128K
:
:Hiten helped me find it.  I have a test that showed it and fought me all day.
:
:include/param.h:119:#define MAXPHYS             (128 * 1024)    /* max raw I/O t

    Yes, that's a limitation.  There actually was no limitation originally
    but I moved the messaging system over to using SFBUFs so now there is.

    I really do want to make CAPS work with arbitrarily sized messages, some
    additional work needs to be done (similar to how pipes work) to allow the
    two threads to copy larger messages in 128KB chunks.

						-Matt



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]