fix aafigure diagram

This commit is contained in:
arvidn 2016-02-17 19:11:28 -08:00
parent c5f714c605
commit b47599d216
5 changed files with 13 additions and 13 deletions

View File

@ -114,7 +114,7 @@ ifneq ($(STAGE),)
endif
%.png:%.diagram
aafigure -o $@ $?
aafigure --scale 0.6 -o $@ $?
ifneq ($(STAGE),)
cp $@ $(WEB_PATH)/$@
endif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -1,15 +1,15 @@
decrypt in place move buffer ref.
+----------------+ (no copy) +------------+ (no copy) +------------+
| receive buffer +--=-------------->| plain text +--=--------------->| disk cache |
+----------------+ | buffer | +------+-----+
^ +------------+ |
| read() on socket write() to file |
| (copy) (copy) |
"decrypt in place" "move buffer ref."
+------------------+ "(no copy)" +--------------+ "(no copy)" +--------------+
| "receive buffer" +--=------------>| "plain text" +--=------------->| "disk cache" |
+------------------+ | "buffer" | +------+-------+
^ +--------------+ |
| "read() on socket" "write() to file" |
| "(copy)" "(copy)" |
---=----|---------------------------------=---------------------------------|--=----
| kernel space |
| "kernel space" |
| v
+-------+--------+ +-------------------+
| socket kernel | | kernel page cache |
| buffer | | |
+----------------+ +-------------------+
+-------+---------+ +---------------------+
| "socket kernel" | | "kernel page cache" |
| "buffer" | | |
+-----------------+ +---------------------+

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB