Searched refs:sockets (Results 1 – 6 of 6) sorted by relevance
324 def turn_off(self, sockets): argument331 logger.info('Executing turn OFF for: {}'.format(sockets))333 for socket in sockets:346 def turn_on(self, sockets): argument354 logger.info('Executing turn ON for: {}'.format(sockets))356 for socket in sockets:
13 …mulation`), where nodes run in separate processes and interact via POSIX sockets, Nexus nodes are …
15 … FDs. This is useful for emulating a serial port, or when datagram-based sockets are supplied for …
4534 * With UDP sockets, it is no longer necessary to call net_bind() again4726 * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).4984 * net module handles timeouts on blocking sockets better (found by Tilman5215 * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).
2760 List all UDP sockets.
253 * I/O functions is correct and works as expected on unconnected sockets.