Click here to Skip to main content
15,924,367 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: socket buffer problem Pin
Richard MacCutchan4-Feb-10 1:08
mveRichard MacCutchan4-Feb-10 1:08 
GeneralRe: socket buffer problem Pin
trioum4-Feb-10 1:16
trioum4-Feb-10 1:16 
GeneralRe: socket buffer problem Pin
Richard MacCutchan4-Feb-10 1:53
mveRichard MacCutchan4-Feb-10 1:53 
GeneralRe: socket buffer problem Pin
Moak4-Feb-10 1:44
Moak4-Feb-10 1:44 
GeneralRe: socket buffer problem Pin
trioum4-Feb-10 1:57
trioum4-Feb-10 1:57 
GeneralRe: socket buffer problem Pin
Moak4-Feb-10 2:12
Moak4-Feb-10 2:12 
GeneralRe: socket buffer problem Pin
trioum4-Feb-10 2:16
trioum4-Feb-10 2:16 
GeneralRe: socket buffer problem Pin
Moak4-Feb-10 2:29
Moak4-Feb-10 2:29 
Okay, I am not familiar with this and a bit of googeling gave me this information: Winsock Error[^] and WSAENOBUFFS errors in Tor[^]:

An operation on a socket or pipe was not performed because the system lacked sufficient buffer space or because a queue was full. WinSock was unable to allocate additional memory to accommodate the function request. This error indicates a shortage of resources on your computer.[...]

I am just guessing here. If this indeed a resource problem, can you try to close unneeded applications (also make sure you do not have a memory leak in your application) and alternatively run your software on a PC with more RAM? Another way to diagnose the problem, limit the server to 100 connections and then increase the value until you hit the problem (keep an eye on the overall system memory consumption e.g. with 'Windows Task Manager').

Hope this helps...


GeneralRe: socket buffer problem Pin
trioum4-Feb-10 2:53
trioum4-Feb-10 2:53 
GeneralRe: socket buffer problem Pin
Moak4-Feb-10 3:33
Moak4-Feb-10 3:33 
AnswerRe: socket buffer problem Pin
fat_boy5-Feb-10 1:24
fat_boy5-Feb-10 1:24 
GeneralRe: socket buffer problem Pin
trioum5-Feb-10 2:07
trioum5-Feb-10 2:07 
GeneralRe: socket buffer problem Pin
fat_boy5-Feb-10 3:11
fat_boy5-Feb-10 3:11 
GeneralRe: socket buffer problem Pin
trioum5-Feb-10 4:35
trioum5-Feb-10 4:35 
GeneralRe: socket buffer problem Pin
fat_boy5-Feb-10 5:23
fat_boy5-Feb-10 5:23 
GeneralRe: socket buffer problem Pin
fat_boy5-Feb-10 5:24
fat_boy5-Feb-10 5:24 
QuestionRSS Feed Pin
kk.tvm3-Feb-10 22:51
kk.tvm3-Feb-10 22:51 
AnswerRe: RSS Feed Pin
CPallini3-Feb-10 23:00
mveCPallini3-Feb-10 23:00 
Questionusing string compare Pin
benjamin yap3-Feb-10 21:59
benjamin yap3-Feb-10 21:59 
AnswerRe: using string compare Pin
Richard MacCutchan3-Feb-10 22:19
mveRichard MacCutchan3-Feb-10 22:19 
GeneralRe: using string compare Pin
benjamin yap3-Feb-10 22:33
benjamin yap3-Feb-10 22:33 
GeneralRe: using string compare Pin
Richard MacCutchan3-Feb-10 23:25
mveRichard MacCutchan3-Feb-10 23:25 
GeneralRe: using string compare Pin
CPallini3-Feb-10 23:59
mveCPallini3-Feb-10 23:59 
GeneralRe: using string compare Pin
Richard MacCutchan4-Feb-10 0:04
mveRichard MacCutchan4-Feb-10 0:04 
Questionhiding unused menus using MFC Pin
Syama Sundar3-Feb-10 20:28
Syama Sundar3-Feb-10 20:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.