Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
python-xlib
python-xlib-0.14-increase-receiving-buffer.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-xlib-0.14-increase-receiving-buffer.patch of Package python-xlib
Index: trunk/Xlib/protocol/display.py =================================================================== --- trunk.orig/Xlib/protocol/display.py 2008-03-18 16:08:27.000000000 -0400 +++ trunk/Xlib/protocol/display.py 2009-11-05 06:06:15.000000000 -0500 @@ -533,7 +533,7 @@ # We're the recieving thread, parse the data if recieving: try: - bytes_recv = self.socket.recv(2048) + bytes_recv = self.socket.recv(4096) except socket.error, err: self.close_internal('server: %s' % err[1]) raise self.socket_error
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor