From 20968030aa4e9d15c000cca74aa9a3b575c7f41e Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 22 Feb 2007 02:09:23 +0000 Subject: Continuing work on the new STUN framework, partly implemented the client session git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@993 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib-util/src/pjstun-client/client_main.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pjlib-util/src/pjstun-client/client_main.c (limited to 'pjlib-util/src/pjstun-client/client_main.c') diff --git a/pjlib-util/src/pjstun-client/client_main.c b/pjlib-util/src/pjstun-client/client_main.c new file mode 100644 index 00000000..7dc0540d --- /dev/null +++ b/pjlib-util/src/pjstun-client/client_main.c @@ -0,0 +1,25 @@ +/* $Id$ */ +/* + * Copyright (C) 2003-2005 Benny Prijono + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ +#include +#include + + +#define THIS_FILE "client_main.c" +#define MAX_THREADS 8 + -- cgit v1.2.3