Re: Zero Padding Culprit
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Thu, 28 Apr 2005 18:57:53 +0100
Jeff <backspin@xxxxxxxxxxxxx> wrote:
> I have a Windows Forms Application that communicates with an embedded client
> using custom messages over a UdpClient connection.
>
> Everything was fine until the Windows machine was upgraded with service
> packs.
> After installing WinXP SP2 and .Net Fx 1.1 SP1, something started zero
> padding my messages (verified by Ethereal). The embedded client doesn't
> expect these extra bytes.
>
> Does anyone know what software component is zero padding my messages to a
> multiple of 32 bits? Is it WinXP SP2, Fx 1.1 SP1, or something else?
Could you post a short but complete program which demonstrates the
problem?
See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
.
- Follow-Ups:
- Re: Zero Padding Culprit
- From: Jeff
- Re: Zero Padding Culprit
- References:
- Zero Padding Culprit
- From: Jeff
- Zero Padding Culprit
- Prev by Date: Re: What is the point of making assemblies strong named?
- Next by Date: async calls
- Previous by thread: Zero Padding Culprit
- Next by thread: Re: Zero Padding Culprit
- Index(es):
Loading