~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/server.py

  • Committer: Frank Aspell
  • Date: 2009-02-22 16:54:02 UTC
  • mto: This revision was merged to the branch mainline in revision 4256.
  • Revision ID: frankaspell@googlemail.com-20090222165402-2myrucnu7er5w4ha
Fixing various typos

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(