Click here to Skip to main content
15,896,486 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: socket buffer problem Pin
CPallini4-Feb-10 0:33
mveCPallini4-Feb-10 0:33 
AnswerRe: socket buffer problem Pin
Moak4-Feb-10 0:38
Moak4-Feb-10 0:38 
GeneralRe: socket buffer problem Pin
trioum4-Feb-10 0:52
trioum4-Feb-10 0:52 
GeneralRe: socket buffer problem Pin
Moak4-Feb-10 1:04
Moak4-Feb-10 1:04 
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 
When you encounter and error while sending check what error code[^] you got. From MSDN:

If no error occurs, send returns the total number of bytes sent, which can be less than the number requested to be sent in the len parameter. Otherwise, a value of SOCKET_ERROR is returned, and a specific error code can be retrieved by calling WSAGetLastError.

/M


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 
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 

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.