add some FEATURE notes
[org.ibex.net.git] / src / org / ibex / net / Connection.java
index e97d879..c48a80c 100644 (file)
@@ -10,6 +10,9 @@ import org.ibex.io.*;
 import org.ibex.util.*;
 import javax.net.ssl.*;
 
+// FEATURE: SASL
+// FEATURE: Torification
+
 /** a stream backed by a socket */
 public class Connection extends Stream {
     protected final Socket s;