Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for new max_children per operation #11

Closed
pablodav opened this issue Jun 3, 2017 · 0 comments
Closed

Add option for new max_children per operation #11

pablodav opened this issue Jun 3, 2017 · 0 comments
Assignees
Milestone

Comments

@pablodav
Copy link
Contributor

pablodav commented Jun 3, 2017

references:
grke/burp#566
http://burp.grke.org/docs/manpage.html

Since version 2.1.10

  • Add the ability for the client to connect to different server ports
    according to whether it is doing backup/restore/verify/list/delete.

On server:

Add multiple max_children or max_status_children


       port=[port number]
	      Defines  the  main  TCP port that the server listens on. Specify
	      multiple 'port' entries on separate lines in order to listen  on
	      multiple	ports.	Each  port  can  be  configured  with  its own
	      'max_children' value.

So result will be:

# Port for backups
port=
max_children

On client:



       port=[port number]
	      Defines  the  TCP  port on the server that we will
	      send requests to. If this option is set, it is the
	      default for these options, which can be overridden
	      individually: port_backup, port_restore, port_ver‐
	      ify, port_list, port_delete. If this option is not
	      set, you will need to set all of the port  options
	      separately.

       port_backup=[port number]
	      Defines  the  TCP  port on the server that we will
	      send backup requests to. If not set,  it	defaults
	      to the port option.

       port_restore=[port number]
	      Defines  the  TCP  port on the server that we will
	      send restore requests to. If not set, it	defaults
	      to the port option.

       port_verify=[port number]
	      Defines  the  TCP  port on the server that we will
	      send verify requests to. If not set,  it	defaults
	      to the port_restore option.

       port_list=[port number]
	      Defines  the  TCP  port on the server that we will
	      send list requests to. If not set, it defaults  to
	      the port option.

       port_delete=[port number]
	      Defines  the  TCP  port on the server that we will
	      send delete requests to. If not set,  it	defaults
	      to the port option.

       status_port=[port number]
	      Defines  the TCP port that the server is listening
	      on for status requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant