X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccore%2FREADME;h=a6cb9295108f55080504ba969315b589ec4ad1b6;hp=1ac9cc1fced88d54befe87ec5369330fb9ae25e8;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hpb=ae1482a76c29db9fdcd6ed6cf63d312a37a5cb01 diff --git a/lib/silccore/README b/lib/silccore/README index 1ac9cc1f..a6cb9295 100644 --- a/lib/silccore/README +++ b/lib/silccore/README @@ -45,7 +45,7 @@ Locking in packet engine Currently the engine lock is used only when the packet free list is accessed, or new stream is added or removed. The packet free list, however, is accessed for all incoming packets. Application free's the packet context so -the lock must later be acquired be putting the unused packet context back +the lock must later be acquired for putting the unused packet context back to the free list. It might be possible to later put the packet free list to per-thread context.