태그>tcp(총 52개의 글)
'tcp' 관련 최근글
-
- [W5100S-EVB-Pico] Sensor Monitoring with ..
-
GongBang by whitecat|2022/03/03 10:32
The W5100S-EVB-Pico has the same role as the Raspberry Pi Pico platform and includes W5100S, so the Ethernet function is basically included. The Arduino-Pico of Mr. Philhowe..
- [W5100S-EVB-Pico] Sensor Monitoring with ..
-
-
-
- TCP로 작은 크기의 패킷 전송
-
flexible gameserver by 자바워크|2016/05/12 09:28
원문https://support.microsoft.com/en-us/kb/214397 Winsock TCP로 작은 크기의 data segment를 전송 Summary TCP를 사용하여 작은 패킷을 보내야 할 경우, 어플리케이션의 디자인은 매우 중요합니다. 지연된 응답의 상호작용(네이글 알고리즘)을 고려하지 않으면..
- TCP로 작은 크기의 패킷 전송
-
- Mac과 Mac을 썬더볼트 브리지로 인터넷 공유 시 ..
-
지훈현서 by 지훈현서아빠|2015/11/16 16:48
지난번 블로그에서 아이맥5K에서 맥북프로에 썬더볼트의 인터넷 공유를 이용하여원격화면 공유를 보는 방법을 살펴보았습니다. 쉽게 도식화하면 위와 같은 화면입니다. 아이맥의 썬더볼트 브리지 주소가 192.168.2..
imac, macbookpro, ssh, tcp, port
- Mac과 Mac을 썬더볼트 브리지로 인터넷 공유 시 ..
-
- [Python] 사용가능한 Port 번호 구하기
-
지훈현서 by 지훈현서아빠|2014/07/08 09:19
TCP 로 서비스를 하려고 하면 port 를 구해야 합니다. 물론 1024 이하의 Well-Known Port 라 하여 /etc/services 에 있는 것과 같이 자주 사용하는 포트 번호도 있지만 그렇지 않고 필요에 따라 시스템에서 사용하고 있지 않은 포트를 구하고 싶을 때가 있습니다. 요즘에 스택오버..
- [Python] 사용가능한 Port 번호 구하기
-
- apache AJP CLOSE_WAIT
-
sunkens by sunkens|2014/07/03 16:15
일부서버에서 apache (mod_jk) -> TOMCAT 에서 아래와 같이 CLOSE_WAIT가 왜 310개나 존재하는것을 확인 netstat -an | grep 20081 | grep CLOSE_WAIT | wc -l310 포트를 추적해보니 ESTABLISHED 된후 60초정도 후에 CLOSE_WAIT 로 변하고TOMCAT PORT는..
- apache AJP CLOSE_WAIT
-
- Socket options SO_REUSEADDR and SO_REUSEPORT
-
시험さま by 시험さま|2013/10/22 10:04
Socket options SO_REUSEADDR and SO_REUSEPORT, how do they differ? Do they mean the same across all mean the same across all major operating systems? http://stackoverflow.com/questions/14388706/socket-options-so-reuseadd..
- Socket options SO_REUSEADDR and SO_REUSEPORT
-
- Unity TCP socket + node.js
-
Enjoy life and enjoy work by Peter Kang|2013/10/06 01:09
멀티플레이 테스트. 위치정보만 서버 통해서 교환 하는걸로. 일단 창 4개만 띄워서 테스트.
- Unity TCP socket + node.js
-
- android tcp server library 찾기
-
공부가 본업. by 언제나19|2013/04/13 18:35
server/client program을 만들었는데, 직접 다 만들으려니까 너무 귀찮다.serialization이라도 누가 해주면 좋겠다.그 외에도 어려움에 닥칠까봐 불안하니 이미 있는 library를 쓰고 싶다. 처음에 찾은 게 제일 맘에 드는 거였다. 아직 써 보지는 않았지만.https://code.goo..
- android tcp server library 찾기
-
- TCP keepalive
-
어린왕자와 여우 by 어린왕자|2012/11/19 10:08
In order to understand what TCP keepalive (which we will just call keepalive) does, you need do nothing more than read the name: keep TCP alive. This means that you wil..
- TCP keepalive
-
- Remote Desktop Connection timeouts/drop - TCP KeepAlive
-
시험さま by 시험さま|2012/04/27 15:08
Remote Desktop Connection timeouts/drop HKEY_LOCAL_MACHINE SYSTEMCurrentControlSetControlT­erminal Server KeepAliveEnable (DWORD) 키를 만들고 값을 1로 설정.
- Remote Desktop Connection timeouts/drop - TCP KeepAlive