RE: [PATCH 3/5] test-server: Add PPP server support

2010-06-30 Thread Zhang, Zhenhua
Hi Denis, Zhenhua Zhang wrote: > So that gsmdial and wvdial could talk to test-server and establish > PPP connection. --- > gatchat/test-server.c | 131 > ++--- > 1 files changed, 123 insertions(+), 8 deletions(-) > > diff --git a/gatchat/test-server.c

Re: [PATCH 3/5] test-server: Add PPP server support

2010-07-01 Thread Denis Kenzior
Hi Zhenhua, static void server_destroy(gpointer user) @@ -706,15 +825,11 @@ static void server_destroy(gpointer user) static void set_raw_mode(int fd) { - struct termios options; - - tcgetattr(fd,&options); - - /* Set TTY as raw mode to disable echo back of input characters -

RE: [PATCH 3/5] test-server: Add PPP server support

2010-07-01 Thread Zhang, Zhenhua
Hi Denis, Denis Kenzior wrote: > Hi Zhenhua, > >>> static void server_destroy(gpointer user) >>> @@ -706,15 +825,11 @@ static void server_destroy(gpointer user) >>> >>> static void set_raw_mode(int fd) >>> { >>> - struct termios options; >>> - >>> - tcgetattr(fd,&options); >>> - >>> - /* S

RE: [PATCH 3/5] test-server: Add PPP server support

2010-07-05 Thread Zhang, Zhenhua
Hi Denis, Denis Kenzior wrote: > Hi Zhenhua, > >>> static void server_destroy(gpointer user) >>> @@ -706,15 +825,11 @@ static void server_destroy(gpointer user) >>> >>> static void set_raw_mode(int fd) >>> { >>> - struct termios options; >>> - >>> - tcgetattr(fd,&options); >>> - >>> - /* S