~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/server.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-06 04:33:55 UTC
  • mfrom: (4031.3.3 faspell-typos)
  • Revision ID: pqm@pqm.ubuntu.com-20090406043355-a94p92pr191lpmv1
(Matt Nordhoff, Frank Aspell) Fix typos in documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 
153
153
    def serve_conn(self, conn, thread_name_suffix):
154
154
        # For WIN32, where the timeout value from the listening socket
155
 
        # propogates to the newly accepted socket.
 
155
        # propagates to the newly accepted socket.
156
156
        conn.setblocking(True)
157
157
        conn.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
158
158
        handler = medium.SmartServerSocketStreamMedium(