From 0b0731ef3f184a8985edcb4ca26a4b0598c6dc1a Mon Sep 17 00:00:00 2001 From: xtaci Date: Sun, 2 Apr 2017 10:52:44 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c87f69a..984b6f86 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ It provides **fast, ordered and error-checked** delivery of streams over **UDP** 1. Compatible with [net.Conn](https://golang.org/pkg/net/#Conn) and [net.Listener](https://golang.org/pkg/net/#Listener), easy to use. 1. [FEC(Forward Error Correction)](https://en.wikipedia.org/wiki/Forward_error_correction) Support with [Reed-Solomon Codes](https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction) 1. Packet level encryption support with [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard), [TEA](https://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm), [3DES](https://en.wikipedia.org/wiki/Triple_DES), [Blowfish](https://en.wikipedia.org/wiki/Blowfish_(cipher)), [Cast5](https://en.wikipedia.org/wiki/CAST-128), [Salsa20]( https://en.wikipedia.org/wiki/Salsa20), etc. in [CFB](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Cipher_Feedback_.28CFB.29) mode. -1. ***O(1) goroutines*** created for the entire server application, minimized goroutine context switch. +1. **O(1) goroutines** created for the entire server application, minimized goroutine context switch. ## Conventions