aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/scripts/pyroute2/config.py
blob: 0dbbbae60891374e57e089e7eaecd65ea069512e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# By Peter V. Saveliev https://pypi.python.org/pypi/pyroute2. Dual licensed under the Apache 2 and GPLv2+ see https://github.com/svinota/pyroute2 for License details.
import socket
import multiprocessing

SocketBase = socket.socket
MpPipe = multiprocessing.Pipe
MpQueue = multiprocessing.Queue
MpProcess = multiprocessing.Process

commit_barrier = 0.2