diff options
author | 2005-08-01 19:44:53 +0000 | |
---|---|---|
committer | 2005-08-01 19:44:53 +0000 | |
commit | ec3c43ed7447ec5d6b48de19fe5eabf88fe6f7d1 (patch) | |
tree | 46026da88252d2f01a86f5f3acaaf97ecf0e071b /lib/libssl/src | |
parent | from tamas tevesz: (diff) | |
download | wireguard-openbsd-ec3c43ed7447ec5d6b48de19fe5eabf88fe6f7d1.tar.xz wireguard-openbsd-ec3c43ed7447ec5d6b48de19fe5eabf88fe6f7d1.zip |
kernal->kernel;
from netbsd pr #30872 (anonymous post);
ok deraadt@ krw@
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/test/times | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/test/times b/lib/libssl/src/test/times index 49aeebf216e..738d569b8f4 100644 --- a/lib/libssl/src/test/times +++ b/lib/libssl/src/test/times @@ -68,7 +68,7 @@ eric (adding numbers to speculation) --- Appendix --- - The time measured is user time but these number a very rough. - Remember this is the cost of both client and server sides of the protocol. -- The TCP/kernal overhead of connection establishment is normally the +- The TCP/kernel overhead of connection establishment is normally the killer in SSL. Often delays in the TCP protocol will make session-id reuse look slower that new sessions, but this would not be the case on a loaded server. |