Line 23:
Line 23:
=== What should be done next ===
=== What should be done next ===
−
* Need to merge the file IDs patches in our tree and make Andrey to support files sharing. This will solve the
+
* socket filter (SK_ATTACH_FILTER)
−
+
* various (ip/tcp level) sockoptions
−
<code>
−
sk = socket();
−
fork();
−
</code>
−
−
case. Currently it simply doesn't work :(
−
* Need to add support for in-flight connections
−
* Implement support for UDP sockets (quite simple)
−
* Implement support for listening TCP sockets (also not very complex)
−
* Implement support for connected TCP scokets (hard one)