Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'received:209.85.212.46': 0.03; 'received:mail-vw0-f46.google.com': 0.03; 'subject:Problem': 0.09; 'pm,': 0.11; 'wrote:': 0.14; 'mode.': 0.16; 'occurred': 0.19; 'tue,': 0.20; 'header:In-Reply-To:1': 0.22; 'received:209.85.212': 0.25; "wasn't": 0.25; 'message- id:@mail.gmail.com': 0.28; 'direction': 0.29; 'to:addr:python- list': 0.32; 'agree': 0.32; 'go.': 0.33; 'approach.': 0.35; 'some': 0.37; 'rest': 0.37; 'received:209.85': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'though': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; 'might': 0.40; 'fact,': 0.60; '2011': 0.62; 'adapter': 0.84; 'me:': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=cnXG6F8iT6V0MfZZVnmeb/TrfUL5y8ElGekxDlIbJfA=; b=v97cseRkAv6BB3H39JwlG7hJ9e+NwGAr5ZZRuHGTqt6H2hvrjogWtSJJNPO7AC1UrW 4MNFvCRrYQC8AmaMGePFee+VKSF/1O/a7jU2tNVj9HVxdYFl2EfU1FOc2ex8/6eIOGm3 eM8xCHvRYxFzrRF9UCpwTfY4vo11P9EEVllPw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=GsqkUDFWAUkZZJ/3+yfxgQ6DlWoyHqrRH97rcNv9iowjJXU8WhMj5WIaZH0wX47K80 8JKtA6bk6DEOUJTE7kC9FJ7Tm3kCmmSdonOS3pVybMGCfkWQ3w4jq14eWUSrMkQWM3ry BYwPCOuHww+w9QomafNFsPFrHsJ5V3d3swCPg= MIME-Version: 1.0 In-Reply-To: References: <4dae172e$0$65870$e4fe514c@news.xs4all.nl> <4dae1d82$0$81483$e4fe514c@news.xs4all.nl> Date: Tue, 19 Apr 2011 20:16:15 -0700 Subject: Re: Problem receiving UDP broadcast packets. From: Dan Stromberg To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303269379 news.xs4all.nl 41110 [::ffff:82.94.164.166]:48949 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3635 On Tue, Apr 19, 2011 at 8:12 PM, Dan Stromberg wrote: > I agree though that you're kind of pushing IP in a direction it wasn't > intended to go. It just occurred to me: You might get some additional mileage out of popping the network adapter into promiscuous mode. In fact, it Might be necessary irrespective of the rest of your approach.