OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BroadcastUDPClient
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Demo/rpc/
rnusersclient.py
4
from rpc import Packer, Unpacker, UDPClient,
BroadcastUDPClient
61
class BroadcastRnusersClient(PartialRnusersClient,
BroadcastUDPClient
):
64
BroadcastUDPClient
.__init__(self, bcastaddr, 100002, 2)
rpc.py
602
class
BroadcastUDPClient
(Client):
Completed in 75 milliseconds