Tagged Questions
12
votes
4answers
370 views
Determine between socket and fd
On unix everything is a file approach of function read(), write(), close() is not supported on Win32.
I want to emulate it but have no idea how to distinguish when sock is socket or fd on WinSocks2.
...
3
votes
2answers
179 views
Memory Leak GETIPFROMHOST
I have this code right here to retrive the IP-address from a hostname:
program Project1;
{$APPTYPE CONSOLE}
uses
SysUtils,
winsock;
function GetIPFromHost(const HostName: string): string;
type
...
3
votes
3answers
312 views
winsock compile error
The following errors are from a file with just windows and winsock2 included.
C:\Users\ioil\Desktop\dm\bin>dmc sockit.c
typedef struct fd_set {
^
...
2
votes
2answers
268 views
Delphi wrappers for getnameinfo and getaddrinfo
I'm trying to find Delphi wrappers for getnameinfo and getaddrinfo socket APIs. Does anybody know where to find them or has created them and would not mind to share?
2
votes
1answer
222 views
PChar Invalid Pointer Operation on StrPLCopy
I write some TCP-server usin WinSock 2 and I hava procedure which catch FD_READ event. In this procedure I need to parse recieved message. The code is here:
procedure ...
1
vote
1answer
66 views
socket investigation in crash dump
We have a crash dump (user mode) from the customer which is experiencing networking issues with our application. In crash dump I can see all handles that are open for networking.
Question: How can I ...
1
vote
1answer
71 views
Get Sender's IP Address using Overlapped IO
I know that WSARecvFrom has a parameter which is meant to return the sender's ip address. However, when I use it with overlapped io, the variable that I pass it doesn't get filled.
...
1
vote
2answers
127 views
Why wont a simple socket to the localhost connect?
I am following a tutorial that teaches me how to use win32 sockets(winsock2). I am attempting to create a simple socket that connects to the "localhost" but my program is failing when I attempt to ...
1
vote
1answer
122 views
Using sockets winapi with Qt
I am using an API of communicating with remote server and it's only available in C. I cannot rewrite it, because it's a very specific protocol, and it'll take too much effort.
The API providedIt uses ...
1
vote
1answer
145 views
WSAPoll on named fd :: need suggestions how to rewrite it
I've some POSIXC code that I'm porting to windows (WinSocks 2.2) and I'm having problems with MS implementation of (not only) poll().
I have some experience with POSIX sockets, but I'm quite new to ...
1
vote
1answer
72 views
Winsock2 data loss when in debugger
i am using Winsock2 in conjunction with overlapped I/O. This means i am calling WSARecv with a WSAOVERLAPPED structure and later i wait with WSAWaitForMultipleEvents for data.
I made the strange ...
1
vote
2answers
268 views
GetMem for one PChar variable change content of other PChar variable
So, I have the folowing problem. I have 2 PChar variables. I allocate memory for first, do some operations, allocate memory for the second variable - and on this step the first variable contains bad ...
1
vote
3answers
540 views
Redirect IO of process to Windows socket
I am new to winsock, I tried to write a server socket that accepts new connection, then it calls an external executable file. How can we redirect the stdin and stdout of the external executable file ...
1
vote
2answers
437 views
getting 10060 (Connection Timed Out) when stress testing simple tcp server
I have created simple tcp server - it works pretty well.
the problems starts when we switch to the stress tests -since our server should handle many concurrent open sockets - we have created a ...
1
vote
4answers
889 views
Winsock2: How to allow ONLY one client connection at a time by using listen's backlog in VC++
I want to allow only one connection at a time from my TCP server. Can you please tell, how to use listen without backlog length of zero.
I m using the code(given below), but when i launch 2 client ...
1
vote
3answers
2k views
Calling WinSock functions using LoadLibrary and GetProcAddress
Basically I have a header file like this:
#if WIN32
typedef DWORD (WSAAPI *SocketStartup) (WORD wVersionRequested, LPWSADATA lpWSAData);
typedef SOCKET (WINAPI *MakeSocket)(IN int af, IN int type, ...
0
votes
1answer
26 views
Partially allocating a buffer for recv
I need to write a windows sockets application for work, but having virtually no experience with network programming I'm in need of a little assistance.
I need to make several functions to make ...
0
votes
1answer
62 views
WinSock's send() always returning 0 bytes sent
I've been experiencing a problem with the Winsock2's function send(). No matter what data I provide it, the send() function always returns 0; eg 0 bytes sent, and no errors. I've google searched for a ...
0
votes
3answers
307 views
C++ , Send() function sends extra bytes
I am having trouble with a Winsock2 wrapper classes (client-server) and after countless hours of scratching-my-head-in-confusion, I decided it would be better if I asked your opinion.
To be more ...
0
votes
1answer
42 views
Determining Packets Received with Winsock2
Is there a way to determine how many packets where received while using recv() with Winsock? I am looking for a solution to implement at the client, without special requirements on the server side ...
0
votes
1answer
50 views
Advice about function calling conventions when using sockets
I plan to use sockets to make function calls between a client 32 bit application and a 64 bit application.
What would be the best scheme to call functions, pass variables and return parameters via ...
0
votes
1answer
211 views
WinSock2 send returns SOCKET_ERROR after 6 loops iterations… Why?
After 6 iterations, the send returns -1 aka SOCKET_ERROR. I tried adding a sleep function so it would wait a second before looping through again, but that made it so that it would only iterate 2 ...
0
votes
1answer
212 views
Winsock TCP Packets sent but not reaching host
When the server sends 4 or more - 25 Byte packets to the client only the first 2 are processed by the client. I am using Event select on the client, and send on the server. There are no errors but ...
0
votes
2answers
157 views
Multiple Socket client connecting to a server
I am designing an simulator application where the application launches multiple socket connection(around 1000 connections) to a server. I don't want to launch as many as threads to handle those ...
0
votes
1answer
182 views
Winsock's send() works oddly
I'm trying to write an experimental server program that accepts a connection and sends a message to the client. I got the client to connect, but I can't seem to send the message without doing really ...
0
votes
6answers
356 views
Receiving all data sent with C sockets
If i write a server, how can I implement the receive function to get all the data sent by a specific client if I don't know how that client sends the data ?
I am using a TCP/IP protocol.
Thanks in ...
0
votes
1answer
724 views
C++ Winsock Problem - accept()
I've started tying to learn Winsock with C++ and I'm having some problems.
I started by following the Winsock Example on MSDN ( a basic client-server ).
...
0
votes
1answer
119 views
MFC winsock1 and 2
I'm deep in trouble with my project.
I have to link two radar with my program, but the first has its own library that uses winsock, while in the second I want to use winsock2.
How can i do that?
At ...
0
votes
1answer
220 views
Winsock Select() function gives 0xC00000FD exception
I've a select based server. Sockets are in blocking mode,but for select() function I'm using 250 ms. timeout.
Basically my server accepts only one client and sending data to that client.
It is ...
0
votes
2answers
751 views
Issue with gethostbyname on 64-bit Windows
I am trying to migrate some code from 32-bit Windows (XP and Server 2003) to 64-bit Windows 7, and I am having a weird problem with gethostbyname.
I'm doing something like this:
struct hostent *hp;
...