java 소켓프로그래밍 관련 문법오류 질문 드립니다..

dhyoon1의 이미지


안녕하세요 실행하면 자꾸 인셉션이 발생해서 질문 드립니다. ㅠ

<클라이언트 소스>

/* 서버와 통신할 클라이언트 소켓 */
Socket socket_to_host = new Socket();
socket_to_host.setReuseAddress(true);
socket_to_host.connect(new InetSocketAddress("reaver.softforum.com", 12167), 10000);

/* 클라이언트의 로컬 포트 저장 */
int local_port = ocket_to_host.getLocalPort();

/* socket_to_host 소켓 셧다운 */
shutdown(socket_to_host);

/* 로컬포트에 바인딩 하고 리슨할 소켓 */
p2p_listen_Socket = new ServerSocket();
p2p_listen_Socket.setReuseAddress(true);
p2p_listen_Socket.bind(new InetSocketAddress(local_port)); <------------ 여기서 인셉션 발생

/* 로컬포트에 바인딩 하고 커넥트 할 소켓 */
p2p_connect_Socket = new Socket();
p2p_connect_Socket.setReuseAddress(true);
p2p_connect_Socket.bind(new InetSocketAddress(local_port));

p2p 통신 기법인 TCP홀펀칭 구현중 입니다. 클라이언트가 서버와 socket_to_host 소켓으로 통신하다가

shutdown 으로 연결을 끊고 서버와 통신을 이루던 포트로 setReuseAddress 옵션을 사용하여

같은 로컬포트에 다중바인딩을 걸어서 리슨 & 커넥트를 하려고 하는데... bind 시도중 인셉션이 일어나네요....

혹시 문법적으로 뭐가 잘못된건가요....?

답변좀 부탁드립니다... (_ _)

shint의 이미지

다들 바쁘셔서 오지를 않아요. ㅇ_ㅇ;;
http://openframework.or.kr/framework_reference/hibernate/ver3.x/html/transactions.html

같이 연구하시고 싶으시면. 소스 올리시고. 에러 올리시고. 하나씩 설명하면서 디버그하고 잡아가는 방법 밖에 없습니다.
아니면. 되는 예제 구하거나. 책 구해서 공부하거나. 전문가 초빙해서 만들어야 합니다.

----------------------------------------------------------------------------
젊음'은 모든것을 가능하게 만든다.

매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다.
정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.

각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com

dhyoon1의 이미지

아..그렇군요

소스가 워낙 복잡해서..ㅠㅠ

근데 이게 웃긴게 클라이언트가 2개인데 한개는 멀쩡히 인셉션 안걸리고 잘 넘어가는데 다른한개만 이러네요 ㅠㅠ

setReuseAddress 하면 같은 포트에 여러소켓이 바인딩 걸수있는거 아니었나..ㅠㅠ

shint의 이미지

----------------------------------------------------------------------------
젊음'은 모든것을 가능하게 만든다.

매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다.
정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.

각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.