Search Results

Search: Posts Made By: nameless`
Forum: Programming 02-19-2009
3,611
Posted By nameless`
you should read some good manual to use gdb. ...
you should read some good manual to use gdb.
By the way if you want to debug the program my_program because of a seg fault for instance you can do this :



// Don't forget to add the -ggdb...
Forum: Programming 02-18-2009
4,941
Posted By nameless`
I guess you didn't linked the library : $...
I guess you didn't linked the library :

$ gcc -c simple.c
$ gcc -o simple simple.o -lpthread
$ ./simple

the first lock works and the second lock block the program because he is waiting the...
Forum: Programming 02-16-2009
4,707
Posted By nameless`
Sorry, i don't answer to your question but i'm...
Sorry, i don't answer to your question but i'm interesting in how you set up these two virtual interface (i'm currently programming a virtual interface).
For your problem i think there is an easier...
Forum: Programming 02-12-2009
2,837
Posted By nameless`
nevermin
I found, i have to use RAW_SOCKET with some option like IPPROTO_ICMP for ICMP, all is in the header file
Forum: Programming 02-12-2009
2,837
Posted By nameless`
[RESOLU] Socket programming in C
Hi, i know how to use socket for TCP applications, i also know how to use RAW socket, but i would like to use socket just over IP and bellow TCP, do you know how to do that ?
i don't want to...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 02:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy