nmap/nsock
henri 28604b63e3 Design improvements.
Externally:
  The calling application can build a proxychain object and assign it to one (or
  more) NSP. Once a NSP get assigned a proxychain it's not possible to remove
  it so that consistency is (should be...) ensured.

Internally:
  An IOD comes with a proxychain context structure storing the whole tunnel
  state. Also each proxy type now has a table of associated functions to use
  as hooks for TCP connects(), read() and write() requests. As a result, adding
  support of new proxy type should be easier. Code also gains readability in
  comparison to large switch/cases that redirect the execution flow according to
  the given proxy type.
2013-04-22 19:29:18 +00:00
..
examples Remove vestiges of nsp_settrace. 2013-01-22 23:40:16 +00:00
include Design improvements. 2013-04-22 19:29:18 +00:00
src Design improvements. 2013-04-22 19:29:18 +00:00
nsock.vcxproj Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00