Changeset 745 for trunk/server/testprogs/win32/midltests/midltests.idl
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/testprogs/win32/midltests/midltests.idl
r414 r745 1 1 #ifndef MIDLTESTS_C_CODE 2 3 /* 4 * For midltests_tcp.exe you may want to 5 * redirect the traffic via rinetd 6 * with a /etc/rinetd.conf like this: 7 * 8 * 172.31.9.1 5032 172.31.9.8 5032 9 * 172.31.9.1 5064 172.31.9.8 5064 10 * 11 * This is useful to watch the traffic with 12 * a network sniffer. 13 */ 14 /* 15 cpp_quote("#define LISTEN_IP \"0.0.0.0\"") 16 cpp_quote("#define FORWARD_IP \"127.0.0.1\"") 17 cpp_quote("#define CONNECT_IP \"172.31.9.1\"") 18 */ 19 20 /* 21 * With midltests_tcp.exe NDR64 is enforced by default. 22 * For testing it might be needed to allow downgrades 23 * to NDR32. This is needed when you use 'pipe'. 24 */ 25 //cpp_quote("#define DONOT_FORCE_NDR64 1") 2 26 3 27 [
Note:
See TracChangeset
for help on using the changeset viewer.