Skip to content

Commit c851ce7

Browse files
author
James Halliday
committed
protocol links
1 parent 0186e5a commit c851ce7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

networks.markdown

+9-2
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,9 @@ Here we can send an email from `[email protected]` to
339339
`substack@localhost`.
340340

341341
The lines that start with a number are messages from the
342-
server:
342+
server.
343343

344+
---
344345
```
345346
$ nc localhost 25
346347
220 1x1px ESMTP Exim 4.80 Sun, 11 Jan 2015 22:46:30 -0800
@@ -360,7 +361,6 @@ Greetings citizen. I am the president. For real. Keep on keeping on.
360361
quit
361362
221 1x1px closing connection
362363
```
363-
364364
---
365365
Since this email was sent locally, I can read the message
366366
with the `mail` command:
@@ -543,5 +543,12 @@ Please respect their privacy!
543543
But also note that anyone could be sniffing in on your
544544
unencrypted traffic, and not just at the level of wifi.
545545

546+
---
547+
# protocol links
548+
549+
* [smtp rfc](http://www.faqs.org/rfcs/rfc821.html)
550+
* [irc rfc](http://www.faqs.org/rfcs/rfc2812.html)
551+
* [http rfc](http://www.faqs.org/rfcs/rfc2616.html)
552+
546553
---
547554
EOF

0 commit comments

Comments
 (0)