[section::Local Tcp Control Center]
ltcc is a simple unix utility to limit tcp traffic in local area network. It is useful when we cannot set QoS or firewall on router to limit packet transfer from/to outside our network segment, and some users take all the transfer by downloading heavy files.

The sollution is to kill such tcp connection by sending spooffed packed with RST flag set. First, ltcc sniffes local network for described by options packets. Second, prepares a fake packet with RST flag set and sent it to source host. Source host, after receiving RST flag set closes connection. This utility is simple DoS.

[section::white papers]
tcpip.pdf699393 bytes in pdf (polish language)
tcpip.ps3599806 bytes in Postscript (polish language)
ManualMan page converted to html
[section::download]
ltcc-1.0.4.tar.gz 20480 bytes gzipped source.
ltcc-1.0.3.tar.gz 20480 bytes gzipped source.
ltcc-1.0.2.tar.gz 20480 bytes gzipped source.
ltcc-1.0.1.tar.gz 20480 bytes gzipped source.
ltcc-1.0.0.tar.gz 20480 bytes gzipped source.
[section::TODO]
  • fix interactive mode:
    change terminal escape codes by ncurses?
    - priority : high
  • communication forked processes with main application in interactive mode
    - priority : low
  • BSD compatibility (libpcap?)
    - priority : low
  • add -s 192.168.0.* like input.
    - priority : medium
  • [section::screenshots]