chiark / gitweb /
some todos
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 23 Jun 2020 19:01:47 +0000 (20:01 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 23 Jun 2020 19:01:47 +0000 (20:01 +0100)
src/bin/server.rs

index 08f25ac534b7674b6e002b4d0f34684c10adae39..8e380f10bb9a96fbbbabe2ff861c68235002914c 100644 (file)
@@ -1,4 +1,7 @@
 
+// xxx need button(s) to kill old clients
+// ? need expiry of old clients?  limit of client count?
+
 #![feature(proc_macro_hygiene, decl_macro)]
 
 use rocket::{get,post,routes};