comp.os.mswindows.programmer.tools.winsock
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.tools.winsock only
 
Advanced search
August 2008
motuwethfrsasuw
    123 31
45678910 32
11121314151617 33
18192021222324 34
25262728293031 35
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... tools.winsock Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  comp.lang.verilog observer         


Author: Marla.Trexler
Date: Aug 14, 2008 14:13

http://metre.googlebong.com

Varla Wickline GoogleBong

img { border: 2px solid Black }

pre { font: 6pt/8pt }

p,blockquote { font: 16pt; font-family: verdana, arial, 'sans serif' }

h1,h2,h3,h4,ul { font-family: verdana, arial, 'sans serif'; font: 14p }

table,li,td { font-family: verdana, arial, 'sans serif'; font: 12p }

ul { list-style: disc }

ol { list-style: decimal }

body { background: "#EEEEEE" }

h1,h2,h3,h4,hr,p,ul,blockquote,pre { color:Black }

a:link { color:Blue }

a:visited { color:Blue }

a:active { color:"#008000" }

a:hover { color:"#008000" }

h1.header { padding:0em; margin:0 }

div.container { width:100%%; margin:0px; border:1px solid Black; line-height:150%% }

div.header,div.footer { padding:0.5em; color:white; background-color:Black; clear:left }

div.left { width:15%%; margin:0; float:left; padding:0; }
Show full article (1.07Kb)
no comments
  URL filtering using LSP         


Author: tyler.durden
Date: Jul 14, 2008 09:31

Hi folks,

i want to write a url filter based on a LSP.

But i've a problem: I can't find any tutorials dealing with this
special term (LSP).

Can anyone tell me where to find a got ressouce for programming a LSP?

Maybe you've got a sample code for a url filter? That would be the
best help for me ;-)

Regards,
Andreas K.
3 Comments
  WSASysCallFailure (10107) after socket(...)         


Author: Pelle
Date: Jun 30, 2008 08:37

Hello all,

on my latest project, I occasionally get a WSASysCallFailure (error
10107) when creating a socket. The error is not reproducable, but
turns up occasionally, even in debug-builds.
I have found out that the initialisation (WSAStartup(MAKEWORD(2,0),
&cWSAData)) was successful and the call to socket produces an
INVALID_SOCKET (occasionally).

Has anyone seen this before? I've searched the net, but all I came
across so far is the text of WSASYSCALLFAILURE (which is definately
not helpful) and a hint on something about WaitForMultipleObjects,
which almost certainly is not related to my problem.

Any hints on how to nail down this problem are greatly appreciated!

Thanks in advance,
regards,
Pelle.
no comments
  GetQueuedCompletionStatus: when it's safe to delete the completion key         


Author: Dennis Mikhailitsky
Date: Jun 21, 2008 07:05

Hello,

I use IOCP for a socket server. When a new connection is created, the
connection's session is created in memory dynamically and its address
is passed to CreateIoCompletionPort as the completion key when the
connection's socket is associated with a completion port. My question
is - when it is 100%% safe to remove the connection's session (address
of which GetQueuedCompletionStatus returns as the completion key when
an operation on the socket completes) from memory? In other words,
what combination of both the return value and the output parameters of
GetQueuedCompletionStatus is a 100%% indication of that
GetQueuedCompletionStatus will never return this same completion key
again?

Thanks in advance
11 Comments
  Ho to disconnect a TCP session         


Author: aviadeden
Date: Jun 5, 2008 04:11

Hi,
I'm using some app server to stream data to remote clients over TCP
connections. On the server machine, I want to be able to close down a
session to some client. The server app does not support any
programatic disconnect feature, so I thought of closing it using some
shell command.
Is there any way to do this?

Thanks,
- Aviad
no comments
  WereEveryWhere.net         


Author: Westlandbt
Date: May 24, 2008 20:55

WereEveryWhere.net seeks to become the most popular Social Networking Website
offering an interactive, user-submitted network of friends, personal profiles,
video chat, blogs, groups, photos, music and videos for adults internationally.

Log on at http://www.WereEveryWhere.net Its FREE!

-----------------------------------------------------------------------------
--This Message Has Been Posted Using A Trial Version Of Message Poster 2003--
-----------------------------------------------------------------------------
Would you like to reach millions of customers for only the cost of bandwidth?
You can post messages like this to thousands of newsgroups with a simple to
use software application called Message Poster 2003. For more details on
this extremely affordable software, visit:
http://www.exibitionsoftware.com
no comments
  [newbie][request for comment] A simple socket based IRC bot for *nix and win32         


Author: Leslie Kis-Adam
Date: May 18, 2008 20:08

Dear everyone!
I'm a beginner in network programming, and I made a simple IRC bot.
I've tried to make it as portable as possible, and as the result of that
effort it runs on both *nix and win32 platforms. For debugging purposes
it connects to a Quakenet IRC server on port 6667, and registers as
dfighterbot.
Here are the sources in a tar file:
http://filebin.ca/wqrqyb/dfighterbotrev6.tar

Please comment my code, so I can learn from my mistakes/inefficient
solutions. Thank you very much.

Kind regards,
Leslie Kis-Adam
2 Comments
  [newbie] Request for comment         


Author: Leslie Kis-Adam
Date: May 11, 2008 12:23

Dear everyone!
I've made a simple netcat-like utility, and since I am a really beginner
I need some constructive criticism on it.
I know it's missing some (*shrugs*) error checking and handling.

here is the source: http://pastebin.com/m576a2548

kind regards
dfighter
no comments
  Protect yourself against Operation Sudden Fall         


Author: Rudy.Canales
Date: May 9, 2008 18:15

Law enforcement is now intercepting text messages,
as proven by Operation Sudden Fall in San Diego.

http://www.usdoj.gov/dea/pubs/states/newsrel/sd050608.html
http://www.signonsandiego.com/news/education/20080506-1338-bn06sdsu2.html

Don't let your personal SMS/text messages fall into
the wrong hands. Encrypt your messages with one
of these:

http://www.CryptoSMS.org
http://www.CryptoSMS.com
http://www.FortressMail.net/fortress_sms.htm
http://www.Cop2p.com/encrypted_sms.html

Be Safe, Be Encrypted, Fuck the Police!!

--
Plenty of fast level topics will almost neglect the currents.
no comments
  Multi-threaded P2P UDP Asynchronous example         


Author: Rehmet
Date: Apr 29, 2008 00:37

Dear Guys,

Is there anyone can help me on how to build Multi-Threaded P2P UDP
Asynchronous for 5 clients? It needs to be multi-threaded because it
needs to send video and audio.
5 Comments
1 2