Hi - Here are a few bug fixes. Notably, this will allow up to 4096 simultaneous net connections for TCP and UDP. That's not a lot, but probably the most we'll have for the short term.
Barret The following changes since commit 396646fb29acb3c949c64d3f88ae3ddc22b205b8: ahci: drop debug and reformat ahciidentify dump (2017-01-30 12:03:28 -0500) are available in the git repository at: [email protected]:brho/akaros.git net for you to fetch changes up to 3e2947a5a0fe1f131085dcbfb3ae8a2e8d5b2ef7: net: Fix double-free snoop bug (2017-02-01 16:26:14 -0500) ---------------------------------------------------------------- View this online at: https://github.com/brho/akaros/compare/396646fb29ac...3e2947a5a0fe ---------------------------------------------------------------- Barret Rhoden (4): mnt: Fix mntflush "rpc tags" error net: Nastily set the max number of convs to 4096 vmm: Increase the vmthread stack size net: Fix double-free snoop bug kern/drivers/dev/mnt.c | 11 ++++++++--- kern/src/net/ipifc.c | 4 +--- kern/src/net/tcp.c | 2 +- kern/src/net/udp.c | 2 +- user/vmm/include/vmm/sched.h | 2 +- user/vmm/nat.c | 4 ++-- 6 files changed, 14 insertions(+), 11 deletions(-) -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
