http://digitalpbk.blogspot.com/2007/10/unix-networking-sockets-udp-transmitter.html
*)&sin;, sizeof(sin))) { perror("bind()"); return 1; } do { sin_length = sizeof(sin); ret = recvfrom(s, msg, 10000, 0, (struct sockaddr *)&sin;, &sin;_length);//Waits until a message is recieved... printf("Message[%s:%d] : %s\n", inet_ntoa(sin.sin_addr), sin.sin_port,msg); } while(msg[0]!='0'); close(s); return 0;}Thats allTested and proved working on Fedora
Core 6.Do let me know your results and comments.....To know more about the functions check the Linux ...
Published 4 years, 6 months ago
http://digitalpbk.blogspot.com/2006/12/setting-up-apache-php-on-windows.html
that "MultiViews" must be named *explicitly* --- "Options All"# doesn't give it to you.## The Options directive is both complicated and important. Please see# http://httpd.apache.org/docs-2.0/mod/
core.html#options# for more information.# Options Indexes FollowSymLinks## AllowOverride controls what directives may be placed in .htaccess files.# It can be "All", "None", or any combination of the keywords:# Options FileInfo AuthConfig Limit# AllowOverride None## Controls ...
Published 5 years, 4 months ago
http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector
-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fs
tack-protector -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"1.609\" -DX
S_VERSION=\"1.609\"
"-I/usr/lib/perl5/5.10/i686-cygwin/CORE" -W -Wall -Wpointe
r-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmiss
ing-noreturn -Wno-unused-parameter Perl.c
cc1: error: unrecognized command line option "-fstack-protector"
make: *** [Perl.o] Error 1
TIMB/DBI-1 ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html
... printf("Message : %s\n", msg); } while(msg[0]!='0'); close(s);//Close Socket return 0;}Thats allTested and proved working on Fedora
Core 6.Do let me know your results and comments.....To know more about the functions check the Linux Manual for each function.Check out... (UDP Transciever):) ...
Published 4 years, 6 months ago