1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00
spdylay/examples
Tatsuhiro Tsujikawa e2332abc1d Added -s, --stat option to print statistics
Print, for each stream, time delta from SSL/TLS handshake and each
SYN_STREAM. The time deltas are measured after SYN_REPLY received and
all data received.
For example, the following output:

  SYN_REPLY: X(Y)

means SYN_REPLY was received X ms after SSL/TLS handshake and Y ms
after the corresponding SYN_STREAM was sent.
2012-05-19 21:54:41 +09:00
..
.gitignore Move inflate functions to libspdylay from examples. 2012-04-30 12:36:37 -07:00
EventPoll_epoll.cc Abstract event polling function in EventPoll. 2012-02-10 00:45:33 +09:00
EventPoll_epoll.h Abstract event polling function in EventPoll. 2012-02-10 00:45:33 +09:00
EventPoll_kqueue.cc Added kqueue support in spdyd. 2012-02-10 02:06:46 +09:00
EventPoll_kqueue.h Added kqueue support in spdyd. 2012-02-10 02:06:46 +09:00
EventPoll.h Added kqueue support in spdyd. 2012-02-10 02:06:46 +09:00
EventPollEvent.h Abstract event polling function in EventPoll. 2012-02-10 00:45:33 +09:00
Makefile.am Added -a, --get-asserts option to spdycat 2012-05-19 17:09:40 +09:00
spdy.h Added stream_id argument to spdylay_data_source_read_callback 2012-02-19 23:48:39 +09:00
spdycat.cc Added -s, --stat option to print statistics 2012-05-19 21:54:41 +09:00
spdycli.c Print error message using spdylay_strerror in spdycli 2012-05-11 21:43:37 +09:00
spdyd.cc Updated usage output for example programs 2012-05-12 21:13:56 +09:00
spdylay_ssl.cc Added -a, --get-asserts option to spdycat 2012-05-19 17:09:40 +09:00
spdylay_ssl.h Added -a, --get-asserts option to spdycat 2012-05-19 17:09:40 +09:00
spdynative.cc Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
SpdyServer.cc Include text/html in content-type for error status response 2012-05-19 17:01:11 +09:00
SpdyServer.h Added client certificates options (--cert and --key) to spdycat. 2012-04-22 23:04:55 +09:00
uri.cc Fixed the bug that port number in URI is not parsed properly. 2012-02-07 02:06:51 +09:00
uri.h Rewritten spdycl as spdycat. 2012-01-30 00:34:10 +09:00
util.cc Added -a, --get-asserts option to spdycat 2012-05-19 17:09:40 +09:00
util.h Added -a, --get-asserts option to spdycat 2012-05-19 17:09:40 +09:00