Line 1:
Line 1:
== Unix sockets initial support ==
== Unix sockets initial support ==
−
Currently it can only work with stream sockets, which have no skbs in queues
+
Currently it can only work with stream and dgram sockets, which have no skbs in queues
(listening or established -- both work OK). If there are skbs in queue the dumping
(listening or established -- both work OK). If there are skbs in queue the dumping
procedure will fail.
procedure will fail.
Line 31:
Line 31:
case. Currently it simply doesn't work :(
case. Currently it simply doesn't work :(
−
* Need to add support for DGRAM sockets -- I wrote comment how to do it in the can_dump_unix_sk()
* Need to add support for in-flight connections
* Need to add support for in-flight connections
* Implement support for UDP sockets (quite simple)
* Implement support for UDP sockets (quite simple)
* Implement support for listening TCP sockets (also not very complex)
* Implement support for listening TCP sockets (also not very complex)
* Implement support for connected TCP scokets (hard one)
* Implement support for connected TCP scokets (hard one)