diff --git a/reactor/todo.txt b/reactor/todo.txt deleted file mode 100644 index a59af62b9..000000000 --- a/reactor/todo.txt +++ /dev/null @@ -1,13 +0,0 @@ -* Make UDP channel work (connect is required) -* Cleanup -* Document - Javadoc -* Better design?? Get review of @iluwatar - - -Design view: - -Handles ---> AbstractNioChannel -Selector ---> Synchronous Event Demultiplexer -NioReactor ---> Initiation Dispatcher - -