UDPSock.recvfrom(buf) ??????? (buf) ???
Diego Uribe Gamez
diego.uribe.gamez at gmail.com
Wed Jun 6 17:12:16 EDT 2012
More information about the Python-list mailing list
Wed Jun 6 17:12:16 EDT 2012
- Previous message (by thread): Re: Documentación desde la terminal de comandos.
- Next message (by thread): UDPSock.recvfrom(buf) ??????? (buf) ???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Estoy mirando una conexión por Soket y no logro entender que hace el buf? que es lo que cambia? el numero que se le asigna es que? host = "localhost" port = 21567 buf = 1024 data = '' addr = (host, port) UDPSock = socket(AF_INET, SOCK_DGRAM) while (1): data, addr = UDPSock.recvfrom(buf) -- *Diego Alonso Uribe Gamez* ------------------------------ *Desarrollador web* Twitter: @DiegoUG <http://www.twitter.com/DiegoUG> Google+: http://gplus.to/diegoug ------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20120606/1ae131f9/attachment.html>
- Previous message (by thread): Re: Documentación desde la terminal de comandos.
- Next message (by thread): UDPSock.recvfrom(buf) ??????? (buf) ???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list