All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Warren <bwarren@qstreams.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] DHCP request fix for Windows Server 2003
Date: Sun, 30 Mar 2008 00:12:23 -0400	[thread overview]
Message-ID: <47EF1327.8030803@qstreams.com> (raw)
In-Reply-To: <47E980EF.9070007@magtech.com.au>

Aras Vaichas wrote:
> Aras Vaichas wrote:
>   
>> This patch fixes a problem I had with a client who was getting DHCP
>> request retries with our network device and their DHCP server.
>>
>> It turns out that their Windows Server 2003 DHCP server couldn't handle
>> fast DHCP transactions and it just "forgets" some of them. I verified
>> this with my own Windows Server 2003 install and a network analyser
>> (Ethereal/Wireshark). It seems that a small, lean 200MHz embedded system
>> is too fast for a Windows Server 2003 system running on a 2GHz+ machine.
>> Go figure.
>>
>> Adding a small (50ms) delay fixes this problem nicely and it only adds a
>> small amount of overhead in comparison to the DHCP request timeouts and
>> retries.
>>
>> NOTE: This patch is ported from my old 1.1.3 U-Boot system. I have not
>> retested it with 1.3.2 U-Boot against Windows Server 2003. The patch is
>> very small and simple, so I don't think should be necessary.
>>
>> I can retest this functionality if you wish, but it will require me to
>> reinstall Windows Server and set everything up again.
>>
>>   
>>     
> Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
>
>   
Applied to net tree. In the future, please post patch inline.

thanks,
Ben

  reply	other threads:[~2008-03-30  4:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-25 22:43 [U-Boot-Users] [PATCH] DHCP request fix for Windows Server 2003 Aras Vaichas
2008-03-25 22:47 ` Aras Vaichas
2008-03-30  4:12   ` Ben Warren [this message]
2008-04-01  1:22     ` Aras Vaichas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47EF1327.8030803@qstreams.com \
    --to=bwarren@qstreams.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.