peer

Hyperledger fabric : How to set up a distributed network of peer nodes?

耗尽温柔 提交于 2019-12-11 04:45:36
问题 How to set-up distributed system of peer nodes in different machines in hyperledger-fabric v1.0.0 beta ? 回答1: First of all, you should define how is going to be your network, i.e. how many and wich nodes are going to be started up in each machine. Then, you should define the docker-compose files for each machine. There you define the nodes that you will put up in each machine. At the end, you will start up the nodes. Make sure that you define well the configuration of all the config files,

MobaXterm - reset by peer on SSH server

陌路散爱 提交于 2019-12-11 04:09:14
问题 I am using MobaXterm and it does really almost all what I need. Nevertheless, on some server I was not able to connect to it through SSH. As it is working with putty, I have from MobaXterm "Read from socket failed : Connection reset by peer". Is anybody face this behavior ? For information, I have this error only on few of my servers, others are working fine ? I am using MobaXterm v7.0 home version. Thanks 回答1: I had the same problem before, but it has been solved in MobaXterm version 7.1:

Connection reset原因分析和解决方案

馋奶兔 提交于 2019-12-10 19:54:09
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 在使用HttpClient调用后台resetful服务时, “Connection reset”是一个比较常见的问题,有同学跟我私信说被这个问题困扰很久了,今天就来分析下,希望能帮到大家。例如我们线上的网关日志就会抛该错误: 从日志中可以看到是Socket套接字在read数据时抛出了该错误。 导致“Connection reset”的原因是服务器端因为某种原因关闭了Connection,而客户端依然在读写数据,此时服务器会返回复位标志“RST”,然后此时客户端就会提示“java.net.SocketException: Connection reset”。 可能有同学对复位标志“RST”还不太了解,这里简单解释一下: TCP建立连接时需要三次握手,在释放连接需要四次挥手;例如三次握手的过程如下: 第一次握手:客户端发送syn包(syn=j)到服务器,并进入SYN_SENT状态,等待服务器确认; 第二次握手:服务器收到syn包,并会确认客户的SYN(ack=j+1),同时自己也发送一个SYN包(syn=k),即SYN+ACK包,此时服务器进入SYN_RECV状态; 第三次握手:客户端收到服务器的SYN+ACK包,向服务器发送确认包ACK(ack=k+1),此包发送完毕,客户端和服务器进入ESTABLISHED

How to build a network using peer connections of multiple peers? [closed]

≯℡__Kan透↙ 提交于 2019-12-10 14:17:41
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I want to build a network among multiple peers using WebRTC datachannel. What is the best topology to be used for efficient communication and video conferencing? Now what am I doing? If 10 peers are alive, I am creating 10 peer connections at each peer. There are several issues I am facing with this approach. If

peer.js is not working http but not on https?

こ雲淡風輕ζ 提交于 2019-12-10 11:38:43
问题 when i used this http://cdnjs.cloudflare.com/ajax/libs/peerjs/0.3.14/peer.js its was giving following error was loaded over HTTPS, but requested an insecure script 'http://cdnjs.cloudflare.com/ajax/libs/peerjs/0.3.14/peer.js'. This request has been blocked; the content must be served over HTTPS. after adding https://cdnjs.cloudflare.com/ajax/libs/peerjs/0.3.14/peer.js its started giving was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '0.peerjs.com:9000

Hyperledger Fabric v0.6, set up network (additional peer) directly without docker any possible way?

99封情书 提交于 2019-12-08 11:55:59
问题 I has a question related to network setup of additional peer in Hyperledger Fabric. I want to add 2 more peers to existing peer to form a network ,but all available document is all about connection peer together by using Docker. In my case I already have multiple servers. so I just directly install peers to 3 different Servers separately ,but how can I connect that 3 peer up and running together. I cannot find any document related to this. Hopp you can guide. To install Fabric directly to

WebRTC data channel stack on readyState “conecting”

情到浓时终转凉″ 提交于 2019-12-08 02:39:42
问题 I am trying to create a webRTC connection with a datachannel (only), but when I use the code provided bellow, and run initCall() , the readyState of the data channel is stack on "connecting" and never changes. I am using the atest version of chrome. What coud be causing it? The signaling server is checkd to be working alright. var ottowa = initIO({//Init a connection to the signaling server onMessage: function(data) { //got message from the signalin server trace("onMessage with data = " +

notifications push ios: Connection reset by peer

前提是你 提交于 2019-12-07 07:37:35
问题 I’m trying to do a notifications system for apple devices, but I’m getting the following errors when I try to run it on the server: Warning: stream_socket_client(): SSL: Connection reset by peer in /home/empresa/public_html/simplepush/push.php on line 30 Warning: stream_socket_client(): Failed to enable crypto in /home/empresa /public_html/push/push.php on line 30 Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unknown error) in /home/empresa

peer.js is not working http but not on https?

允我心安 提交于 2019-12-06 20:59:31
when i used this http://cdnjs.cloudflare.com/ajax/libs/peerjs/0.3.14/peer.js its was giving following error was loaded over HTTPS, but requested an insecure script ' http://cdnjs.cloudflare.com/ajax/libs/peerjs/0.3.14/peer.js '. This request has been blocked; the content must be served over HTTPS. after adding https://cdnjs.cloudflare.com/ajax/libs/peerjs/0.3.14/peer.js its started giving was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '0.peerjs.com:9000/c03lztxhq78vkj4i/…;. This request has been blocked; the content must be served over HTTPS. check its compatability

Peer to Peer file transfer c#

99封情书 提交于 2019-12-04 11:02:00
问题 Hey, I have been looking on google and I cannot seem to find anything about peer to peer transfer. Basically, I want to be able to send a file from my computer to someone else's computer. Does anyone know of any guides that can help me with this? Thanks. 回答1: If you really just want to "send a file from my computer to someone else's computer" using C# then you may not be looking for true p2p. You can just use raw TCP. For this you need the remote computer to listen for a connection, your