Patches item #1749385, was opened at 2007-07-06 21:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=637566&aid=1749385&group_id=104305
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: sipp Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hemanth (hemanth_sf) Assigned to: Nobody/Anonymous (nobody) Summary: "-t ti" option: Per ip address socket for tcp Initial Comment: Hi, I used the "-t ui" option which allows us to create one new UDP socket per IP address specified in the .csv file with the field position being defined by the "-ip_field" option. I also found that for this functionality to work, the IP addresses specified in the .csv file should actually be present on the system (for eg: as a secondary address of an interface). Under this scenario, I have added a new option "-t ti" which would now create one new TCP socket per IP address. The port numbers used in this case is system chosen because if the .csv file runs out of IP addresses, then we loop back and start with first address in the file. The port number being system chosen, will make the IP address-port number combination unique and the 'bind' will still succeed. Thanks, Hemanth. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=637566&aid=1749385&group_id=104305 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
