> On Fri, 20 Jun 2014 15:51:58 +0900 > YAMAMOTO Takashi <[email protected]> wrote: > >> also, while i'm here, remove trailing whitespaces in the example. >> >> Signed-off-by: YAMAMOTO Takashi <[email protected]> >> --- >> doc/source/library_bgp_speaker.rst | 18 +++++++++++++++--- >> 1 file changed, 15 insertions(+), 3 deletions(-) >> >> diff --git a/doc/source/library_bgp_speaker.rst >> b/doc/source/library_bgp_speaker.rst >> index 443242c..a03c91b 100644 >> --- a/doc/source/library_bgp_speaker.rst >> +++ b/doc/source/library_bgp_speaker.rst >> @@ -20,8 +20,20 @@ instance advertizes some prefixes. >> .. code-block:: python >> >> import eventlet >> + >> + # BGPSpeaker needs sockets patched >> + eventlet.patch() > > monkey_patch()?
yes! YAMAMOTO Takashi > > I've applied all. Thanks a lot! > > diff --git a/doc/source/library_bgp_speaker.rst > b/doc/source/library_bgp_speaker.rst > index a03c91b..d6c5942 100644 > --- a/doc/source/library_bgp_speaker.rst > +++ b/doc/source/library_bgp_speaker.rst > @@ -22,7 +22,7 @@ instance advertizes some prefixes. > import eventlet > > # BGPSpeaker needs sockets patched > - eventlet.patch() > + eventlet.monkey_patch() > > # initialize a log handler > # this is not strictly necessary but useful if you get messages like: > > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
