|
我是新手,看不懂loadrunner的幫助里的函數說明,舉個例子吧:
int lrs_create_socket ( char *s_desc, char *type, [ char* LocalHost,] [char* peer,] [char *backlog,] LrsLastArg );
s_desc A descriptor identifying an unbound socket.
type One of the available Socket Types
LocalHost The local host and port number of the socket for binding, using the form: "LocalHost= host_name/port_number" (optional)
peer The name of the peer remote host and its port number, to which the socket will be connected, using the form: "RemoteHost=host_name/port_number" (optional)
backlog The maximum length to which the queue of pending connections may grow, using the form: "Backlog=number" (optional)
LrsLastArg A marker indicating the end of the parameters (used where optional parameters are available).
請問參數char *s_desc 表示審麼意思啊是否表示 s_desc 為指向字符型的指針變數 |
|