similar to: [PATCH] core/lwip: Avoid immediate reuse of UDP port numbers

Displaying 20 results from an estimated 300 matches similar to: "[PATCH] core/lwip: Avoid immediate reuse of UDP port numbers"

2005 Feb 24
1
IPCB
Has anyone ever used IPCB to terminate calls. I tried to connect my asterisk server to them and it says 403 Forbidden. I opened up the chat window and chatted with them for about 2 hours and we couldn't come up with a resolution. I guess even though there site says they use 5060 for sip the person I talked to said they use 5070. I get the same error on either port. The guy I talked to
2016 Jul 04
1
[PATCH] core/lwip: Avoid 3-second delay for a half-open connection
If lwIP encounters a half-open connection (e.g. due to a restarted application reusing the same port numbers) it will correctly send a RST but will not resend the SYN until one retransmission timeout later (approximately three seconds). This can increase the time taken by lpxelinux.0 to fetch its configuration file from a few milliseconds to around 30 seconds. Fix by immediately retransmitting
2013 Sep 20
0
[PATCH][git-pull] lwIP PXE fixes
On Tue, 17 Sep, at 04:23:08PM, Gene Cumm wrote: > On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote: > > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote: > >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: > >> Gene Cumm (1): > >> Allow for UNDIIF_ID_DEBUG in 1 mk line > >> >
2013 Sep 23
1
[PATCH][git-pull] lwIP PXE fixes
On Fri, Sep 20, 2013 at 5:15 AM, Matt Fleming <matt at console-pimps.org> wrote: > On Tue, 17 Sep, at 04:23:08PM, Gene Cumm wrote: >> On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote: >> > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote: >> >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
2000 Oct 11
1
Bug? (PR#690)
I donĀ“t know if it is a bug, but what's wrong in the folloing (R version 1.1.1, August 15, 2000, under windows 98): > x<-matrix(nrow=10, ncol=2) > for (i in 1:10) + { + x[i][1]<-i + x[i][2]<-i^2 + } Warning messages: 1: number of items to replace is not a multiple of replacement length 2: number of items to replace is not a multiple of replacement length 3: number of items to
2013 Sep 17
2
[PATCH][git-pull] lwIP PXE fixes
On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote: > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote: >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: >> Gene Cumm (1): >> Allow for UNDIIF_ID_DEBUG in 1 mk line >> >> are available in the git repository at: >> >>
2015 Jan 28
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
On 01/28/2015 09:45 AM, Hannes Frederic Sowa wrote: > Hi, > > On Mi, 2015-01-28 at 09:16 -0500, Vlad Yasevich wrote: >> On 01/28/2015 05:34 AM, Hannes Frederic Sowa wrote: >>> Hi, >>> >>> On Mi, 2015-01-28 at 11:46 +0200, Michael S. Tsirkin wrote: >>>> On Wed, Jan 28, 2015 at 09:25:08AM +0100, Hannes Frederic Sowa wrote: >>>>>
2015 Jan 28
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
On 01/28/2015 09:45 AM, Hannes Frederic Sowa wrote: > Hi, > > On Mi, 2015-01-28 at 09:16 -0500, Vlad Yasevich wrote: >> On 01/28/2015 05:34 AM, Hannes Frederic Sowa wrote: >>> Hi, >>> >>> On Mi, 2015-01-28 at 11:46 +0200, Michael S. Tsirkin wrote: >>>> On Wed, Jan 28, 2015 at 09:25:08AM +0100, Hannes Frederic Sowa wrote: >>>>>
2008 Aug 11
0
[PATCH] stubdom: for safety, tell lwip we use the heap in the event handler
stubdom: for safety, tell lwip we use the heap in the event handler Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r 11fa26c6c46c extras/mini-os/include/lwipopts.h --- a/extras/mini-os/include/lwipopts.h Mon Aug 11 12:36:57 2008 +0100 +++ b/extras/mini-os/include/lwipopts.h Mon Aug 11 12:45:05 2008 +0100 @@ -15,6 +15,7 @@ #define LWIP_DHCP 1 #define
2011 Oct 14
2
[PATCH][GIT-PULL] lwIP undiif: Fixes for VMware platforms and general fixes
The following changes since commit 5b08704e284545c82b4c5d3ff3aaee815107f6ef: H. Peter Anvin (1): thread: allow marking invalid; allow for static mboxes are available in the git repository at: git://github.com/geneC1/syslinux.git lwip-undiif-fix-for-hpa Gene Cumm (4): lwip: undiif: Fix #error typo lwip: undiif: Fix debug option addressing in update_arp_entry()
2011 Apr 26
1
[syslinux:lwip] PXE Cleanups, allow for 128 open files
On Mon, Apr 25, 2011 at 11:51:44AM -0700, syslinux-bot for H. Peter Anvin wrote: > Commit-ID: 9ca79e92e60dd243c60e257a2dc60ba7b3677f37 > Gitweb: http://syslinux.zytor.com/commit/9ca79e92e60dd243c60e257a2dc60ba7b3677f37 > > PXE Cleanups, allow for 128 open files > <snip/> > --- a/core/include/fs.h > +++ b/core/include/fs.h > @@ -11,12 +11,9 @@ > #include
2009 Oct 27
1
lwIP hangs with gpxelinux.0 on qemu (-net user)
Has anyone played with the syslinux/lwip.git tree? It works fine with pxelinux: qemu -boot n -net nic -net user,bootfile=/pxelinux.0,tftp=/pxe (although it hangs while trying to resolve www3.kernel.org because of the lack of proper DNS with -net user) The same command hangs earlier with gpxelinux.0 though: Getting cached packet 01 pxe_call op 0071 data 0x00012518 -- Pierre-Alexandre
2012 May 30
2
New lwip prerelease
I just pushed out Syslinux 4.10-pre21. This prerelease version fixes gPXE virtio support... again, if you have had a system with problems on 4.10-preX, I would appreciate your testing it out. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2013 Sep 04
0
[PATCH][git-pull] lwIP PXE fixes
On 09/03/2013 08:31 PM, Gene Cumm wrote: > The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: > Gene Cumm (1): > Allow for UNDIIF_ID_DEBUG in 1 mk line > > are available in the git repository at: > > git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming >
2013 Sep 17
0
[PATCH][git-pull] lwIP PXE fixes
On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote: > The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: > Gene Cumm (1): > Allow for UNDIIF_ID_DEBUG in 1 mk line > > are available in the git repository at: > > git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming >
2016 Jul 04
0
[PATCH] core/lwip: Avoid immediate reuse of UDP port numbers
On 04/07/16 09:35, Michael Brown wrote: > The UDP binding logic will reuse local port numbers immediately. This > causes problems for TFTP, which assumes a very low probability of a > source port number being reused. The consequence is that lpxelinux.0 > may end up downloading an incorrect file (e.g. attempting to download > pxelinux.cfg/default but actually receiving a copy of
2011 Apr 22
3
Now available for testing: lwIP for PXELINUX
Eric Biederman has taken the work I did almost two years ago to port lwIP to Syslinux, and actually gotten it to the point where it is integrated into the filesystem stack and *working*. As such, I have pushed out a new branch "lwip" to the git repository, for testing purposes, and I have made a 4.10-pre1 prerelease which includes this code. I don't think it is ready for prime time
2008 Jun 06
0
[PATCH] stubdom: permit compilation without lwip
stubdom: permit compilation without lwip Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r b320cfe1f10f extras/mini-os/lib/sys.c --- a/extras/mini-os/lib/sys.c Thu Jun 05 13:04:07 2008 +0100 +++ b/extras/mini-os/lib/sys.c Fri Jun 06 11:28:09 2008 +0100 @@ -43,7 +43,9 @@ #include <stdlib.h> #include <math.h> +#ifdef HAVE_LWIP #include
2013 Sep 03
4
[PATCH][git-pull] lwIP PXE fixes
The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: Gene Cumm (1): Allow for UNDIIF_ID_DEBUG in 1 mk line are available in the git repository at: git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming https://github.com/geneC/syslinux/tree/elflink-pxe-fixes-for-mfleming Gene Cumm (12): core/lwip/undi: Improve UNDIIF_ID_DEBUG messages
2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
Hi, On Mi, 2015-01-28 at 09:16 -0500, Vlad Yasevich wrote: > On 01/28/2015 05:34 AM, Hannes Frederic Sowa wrote: > > Hi, > > > > On Mi, 2015-01-28 at 11:46 +0200, Michael S. Tsirkin wrote: > >> On Wed, Jan 28, 2015 at 09:25:08AM +0100, Hannes Frederic Sowa wrote: > >>> Hello, > >>> > >>> On Di, 2015-01-27 at 18:08 +0200, Michael