Click here to Skip to main content
15,910,130 members
Home / Discussions / C#
   

C#

 
AnswerRe: FileStream Error ?? Pin
Guffa6-Jul-07 10:47
Guffa6-Jul-07 10:47 
AnswerRe: FileStream Error ?? Pin
Luc Pattyn7-Jul-07 2:13
sitebuilderLuc Pattyn7-Jul-07 2:13 
GeneralRe: FileStream Error ?? Pin
Richard Blythe7-Jul-07 13:51
Richard Blythe7-Jul-07 13:51 
GeneralRe: FileStream Error ?? Pin
Luc Pattyn7-Jul-07 14:33
sitebuilderLuc Pattyn7-Jul-07 14:33 
QuestionAsynchornous error Pin
ramdil6-Jul-07 8:58
ramdil6-Jul-07 8:58 
AnswerRe: Asynchornous error Pin
mav.northwind6-Jul-07 10:16
mav.northwind6-Jul-07 10:16 
AnswerRe: Asynchornous error Pin
Luc Pattyn6-Jul-07 16:14
sitebuilderLuc Pattyn6-Jul-07 16:14 
GeneralRe: Asynchornous error Pin
mav.northwind6-Jul-07 22:43
mav.northwind6-Jul-07 22:43 
Hi Luc!
Just to clear things up: I think you refer to the MTU, not the maximum packet size for TCP/IP.
The MTU (maximum transfer unit) is the largest chunk of data that can be transmitted unfragmented. For Ethernet, this is 1500 bytes (this leaves 1472 bytes of data for UDP because of 20 bytes of IP header and 8 bytes of UDP header).
Once the amount of data to send is larger than this, it's split into single, smaller packets and transmitted separately. IP then reassembles the packets automatically so that you can have UDP packets with > 1472 bytes of data. Smile | :)

I found a quite extensive overview of TCP/IP here[^], just in case you're interested.

Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: Asynchornous error Pin
Luc Pattyn7-Jul-07 1:48
sitebuilderLuc Pattyn7-Jul-07 1:48 
GeneralRe: Asynchornous error Pin
mav.northwind7-Jul-07 4:03
mav.northwind7-Jul-07 4:03 
GeneralRe: Asynchornous error Pin
Luc Pattyn7-Jul-07 4:08
sitebuilderLuc Pattyn7-Jul-07 4:08 
Questionffmpeg and asp.net Pin
mfmaneef6-Jul-07 8:31
mfmaneef6-Jul-07 8:31 
QuestionTrying this again... (Import method from DLL) Pin
Azad Giordano Ratzki6-Jul-07 8:23
professionalAzad Giordano Ratzki6-Jul-07 8:23 
GeneralRe: Trying this again... (Import method from DLL) Pin
Guffa6-Jul-07 9:00
Guffa6-Jul-07 9:00 
AnswerRe: Trying this again... (Import method from DLL) Pin
Leslie Sanford6-Jul-07 9:24
Leslie Sanford6-Jul-07 9:24 
AnswerRe: Trying this again... (Import method from DLL) Pin
Not Active6-Jul-07 9:29
mentorNot Active6-Jul-07 9:29 
GeneralRe: Trying this again... (Import method from DLL) Pin
Azad Giordano Ratzki6-Jul-07 12:42
professionalAzad Giordano Ratzki6-Jul-07 12:42 
GeneralRe: Trying this again... (Import method from DLL) Pin
Luc Pattyn6-Jul-07 16:20
sitebuilderLuc Pattyn6-Jul-07 16:20 
QuestionDelegates in c# Pin
Malayil alex6-Jul-07 8:00
Malayil alex6-Jul-07 8:00 
AnswerRe: Delegates in c# Pin
led mike6-Jul-07 8:03
led mike6-Jul-07 8:03 
AnswerRe: Delegates in c# Pin
Martin#6-Jul-07 8:04
Martin#6-Jul-07 8:04 
AnswerRe: Delegates in c# Pin
Luc Pattyn6-Jul-07 16:26
sitebuilderLuc Pattyn6-Jul-07 16:26 
AnswerRe: Delegates in c# Pin
Sathesh Sakthivel6-Jul-07 16:59
Sathesh Sakthivel6-Jul-07 16:59 
GeneralRe: Delegates in c# Pin
Not Active7-Jul-07 2:40
mentorNot Active7-Jul-07 2:40 
QuestionHelllp!!! :-) About using a method from a Dll... Pin
Azad Giordano Ratzki6-Jul-07 6:37
professionalAzad Giordano Ratzki6-Jul-07 6:37 

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.