mirror of
https://github.com/maxDcb/C2LinuxImplant
synced 2026-06-08 15:48:43 +00:00
11 lines
227 B
Markdown
11 lines
227 B
Markdown
# PipeHandler
|
|
|
|
## Requirement
|
|
|
|
Client can connect and disconnect at any time.
|
|
|
|
Server can connect and disconnect at any time.
|
|
|
|
Multiple client should be able to connect to the same server.
|
|
|
|
Client and Server are monothread. |