From b789e9596ae02d3e48b0e7f3aa8b2a4ee1c5c649 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 21 Jan 2013 19:07:19 +0000 Subject: [PATCH] update todo --- Makefile.am | 1 + docs/todo.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fdce8d281..98eec0bed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ DOCS_IMAGES = \ docs/storage.png \ docs/style.css \ docs/t2e.jpg \ + docs/todo.html \ docs/tvblob.jpg \ docs/tvitty.jpg \ docs/unicode_support.png \ diff --git a/docs/todo.html b/docs/todo.html index 2c8d539cf..f54fbf624 100644 --- a/docs/todo.html +++ b/docs/todo.html @@ -200,7 +200,7 @@ timestamp_history m_their_delay_hist; // the number of bytes we have buffered in m_inbuf -relevance 3src/utp_stream.cpp:1685this alloca() statement won't necessariky produce correctly aligned memory. do something about that

this alloca() statement won't necessariky produce +relevance 3src/utp_stream.cpp:1685this alloca() statement won't necessarily produce correctly aligned memory. do something about that

this alloca() statement won't necessarily produce correctly aligned memory. do something about that

src/utp_stream.cpp:1685

	bool stack_alloced = false;
 #endif