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 endif
%.png:%.diagram %.png:%.diagram
aafigure -o $@ $? aafigure --scale 0.6 -o $@ $?
ifneq ($(STAGE),) ifneq ($(STAGE),)
cp $@ $(WEB_PATH)/$@ cp $@ $(WEB_PATH)/$@
endif 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. "decrypt in place" "move buffer ref."
+----------------+ (no copy) +------------+ (no copy) +------------+ +------------------+ "(no copy)" +--------------+ "(no copy)" +--------------+
| receive buffer +--=-------------->| plain text +--=--------------->| disk cache | | "receive buffer" +--=------------>| "plain text" +--=------------->| "disk cache" |
+----------------+ | buffer | +------+-----+ +------------------+ | "buffer" | +------+-------+
^ +------------+ | ^ +--------------+ |
| read() on socket write() to file | | "read() on socket" "write() to file" |
| (copy) (copy) | | "(copy)" "(copy)" |
---=----|---------------------------------=---------------------------------|--=---- ---=----|---------------------------------=---------------------------------|--=----
| kernel space | | "kernel space" |
| v | v
+-------+--------+ +-------------------+ +-------+---------+ +---------------------+
| socket kernel | | kernel page cache | | "socket kernel" | | "kernel page cache" |
| buffer | | | | "buffer" | | |
+----------------+ +-------------------+ +-----------------+ +---------------------+

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB