site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=7PD4SkO16gDZvQVJfm3PE8oIp0UW1 BfGxUsIzCTRC/w=; b=nql9MkIIrfu83YMifERhiN4v2pH2iVmNQG+Ytb7E8zokW e3QfyRL2uQWDH+Z7oP6hlBsFhYMPGbHLfxuZmBfGw7b94Gv+tavbaDzGYcRVjQkE wvo51M/kwrNSOxEnIBkc+BoNbDuLVkPNPyB9Rwu1CRxy1CTlNX0au8AsuViSDuV1 bao4hqkP0F0TlNc7MbgOU18kTcKtz2YzBqSaL4c4CALA3c0gp0oqj3OV15Y2HVfH dTJUHd1meVgrBBMqJby7r1t7u6ze31tmfpkIc7QjhHKlRPt1jyI+2uVe4ZGsX3fN 38sf+2EBGt+Kej7x4Bvxw3WS5lSoUr17/Hz5krMKw== How different is networking on the simulator vs. on an actual iOS device? That is, at what level does the simulator connect to the host Mac? I imagine it's one of (a) The system calls — socket(), connect(), write(), etc. — are forwarded to the Mac system calls (b) The simulator has its own implementation of networking and talks directly to the host network interface I ask because I'm wondering how necessary it is to run network-related tests on iOS hardware as opposed to the simulator. Obviously the former is better, but it's harder to set up and requires access to a lot more devices, so our QE team ends up doing mostly the latter. —Jens _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists... This email sent to site_archiver@lists.apple.com