Click here to Skip to main content
15,913,055 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Network communication in the raw Pin
Chris Maunder23-Dec-18 13:52
cofounderChris Maunder23-Dec-18 13:52 
GeneralRe: Network communication in the raw Pin
Michael Martin23-Dec-18 16:20
professionalMichael Martin23-Dec-18 16:20 
GeneralRe: Network communication in the raw Pin
Chris Maunder24-Dec-18 4:54
cofounderChris Maunder24-Dec-18 4:54 
AnswerRe: Network communication in the raw Pin
dandy7223-Dec-18 12:12
dandy7223-Dec-18 12:12 
AnswerRe: Network communication in the raw Pin
CPallini23-Dec-18 12:16
mveCPallini23-Dec-18 12:16 
AnswerRe: Network communication in the raw Pin
theoldfool23-Dec-18 12:35
professionaltheoldfool23-Dec-18 12:35 
AnswerRe: Network communication in the raw Pin
the goat in your machine23-Dec-18 15:18
the goat in your machine23-Dec-18 15:18 
GeneralRe: Network communication in the raw Pin
Rick York23-Dec-18 16:26
mveRick York23-Dec-18 16:26 
Very valid point(s). It helps to know something about subnets and addresses when you organize a network but that is a rather high level. I have found that over the years the only lower level networking issue I have had to explicitly deal with at any level was the limited size of a single Ethernet packet. Once I wrote a function to continue reading until all the data was received that became a non-issue. I still have to deal with it every time I come across another "protocol" but having that base available makes it very easy. The interesting thing is I don't deal with that size exactly, only whether I have all the data yet as it arrives in sections. I just have to figure out how to determine the amount of data to receive.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

AnswerRe: Network communication in the raw Pin
ZurdoDev23-Dec-18 15:55
professionalZurdoDev23-Dec-18 15:55 
GeneralRe: Network communication in the raw Pin
Mark_Wallace24-Dec-18 17:53
Mark_Wallace24-Dec-18 17:53 
AnswerRe: Network communication in the raw Pin
Marc Clifton24-Dec-18 2:52
mvaMarc Clifton24-Dec-18 2:52 
GeneralRe: Network communication in the raw Pin
Mark_Wallace24-Dec-18 17:56
Mark_Wallace24-Dec-18 17:56 
AnswerRe: Network communication in the raw Pin
abmv24-Dec-18 4:22
professionalabmv24-Dec-18 4:22 
GeneralRe: Network communication in the raw Pin
kalberts27-Dec-18 13:36
kalberts27-Dec-18 13:36 
AnswerRe: Network communication in the raw Pin
Mark_Wallace24-Dec-18 17:48
Mark_Wallace24-Dec-18 17:48 
AnswerRe: Network communication in the raw Pin
User 49097425-Dec-18 0:46
User 49097425-Dec-18 0:46 
GeneralRe: Network communication in the raw Pin
kalberts27-Dec-18 10:27
kalberts27-Dec-18 10:27 
AnswerRe: Network communication in the raw Pin
thewazz27-Dec-18 12:55
professionalthewazz27-Dec-18 12:55 
AnswerRe: Network communication in the raw Pin
kalberts27-Dec-18 13:29
kalberts27-Dec-18 13:29 
AnswerRe: Network communication in the raw Pin
Gary Wheeler2-Jan-19 2:04
Gary Wheeler2-Jan-19 2:04 
AnswerRe: Network communication in the raw Pin
pmauriks2-Jan-19 19:45
pmauriks2-Jan-19 19:45 
AnswerRe: Network communication in the raw Pin
André Pereira18-Jan-19 5:11
André Pereira18-Jan-19 5:11 
GeneralKiller quote by James Franco Pin
Super Lloyd23-Dec-18 10:35
Super Lloyd23-Dec-18 10:35 
GeneralRe: Killer quote by James Franco Pin
PIEBALDconsult23-Dec-18 11:42
mvePIEBALDconsult23-Dec-18 11:42 
GeneralRe: Killer quote by James Franco Pin
Super Lloyd23-Dec-18 11:57
Super Lloyd23-Dec-18 11:57 

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.